#4baa68

Color #4BAA68 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4BAA68

Tints of Ocean Green #4BAA68

Color information

#4BAA68 (or 0x4BAA68) is unknown color: approx Ocean Green. HEX triplet: 4B, AA and 68. RGB value is (75,170,104). Sum of RGB (Red+Green+Blue) = 75+170+104=349 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.49% from 349); Green value is 170 (66.80% from 255 or 48.71% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAA68 is #B45597. Grayscale: #868686. Windows color (decimal): -11818392 or 6859339. OLE color: 6859339.

HSL color Cylindrical-coordinate representation of color #4BAA68: hue angle of 138.32º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAA68 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB75170104-
CMYK0.5600.390.33
HSL138.32º38.78%48.04%-
HSV(B)138.32º55.88%66.67%-
XYZ19.7831.2418.09-
YUV134.07111.0385.87-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 75 (29.69% from 255) = 21.49%
GREEN value IS 170 (66.80% from 255) = 48.71%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=21.49%
G=48.71%
B=29.80%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal751701040.5600.390.33138.3238.7848.04
Hex4BAA6838027218a2730
Octal11325215070047412124760
Binary1001011101010101101000111000010011110000110001010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4baa68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4baa68; }

 p { color: rgb(75,170,104); }

 H1.HeaderClassName
 {
   color: #4baa68;
 }
 .AnyTagClassName
 {
   color: #4baa68;
 }
</style>
background-color css

<style>
 a { background-color: #4baa68; }

 a { background-color: rgb(75,170,104); }

 div.DivClassName
 {
   background-color: #4baa68;
 }
 .BgClassName
 {
   background-color: #4baa68;
 }
</style>
border-color css

<style>
 span { border-color: #4baa68; }

 span { border-color: rgb(75,170,104); }

 td.TdClassName
 {
   border-color: #4baa68;
 }
 .TagClassName
 {
   border-color: #4baa68;
 }
</style>