#4BAB69

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

Shades of Ocean Green #4BAB69

Tints of Ocean Green #4BAB69

Color information

#4BAB69 (or 0x4BAB69) is unknown color: approx Ocean Green. HEX triplet: 4B, AB and 69. RGB value is (75,171,105). Sum of RGB (Red+Green+Blue) = 75+171+105=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 171 (67.19% from 255 or 48.72% from 351); Blue value is 105 (41.41% from 255 or 29.91% from 351); Max value from RGB is 171 - color contains mainly: green. Hex color #4BAB69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4BAB69 is #B45496. Grayscale: #868686. Windows color (decimal): -11818135 or 6925131. OLE color: 6925131.

HSL color Cylindrical-coordinate representation of color #4BAB69: hue angle of 138.75º 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 #4BAB69 is Cyan = 0.56, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB75171105-
CMYK0.5600.390.33
HSL138.75º39.02%48.24%-
HSV(B)138.75º56.14%67.06%-
XYZ20.0131.6418.42-
YUV134.77111.285.37-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.37%
GREEN value IS 171 (67.19% from 255) = 48.72%
BLUE value IS 105 (41.41% from 255) = 29.91%
R=21.37%
G=48.72%
B=29.91%

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
Decimal751711050.5600.390.33138.7539.0248.24
Hex4BAB6938027218b2730
Octal11325315170047412134760
Binary1001011101010111101001111000010011110000110001011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BAB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,171,105); }

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

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

 a { background-color: rgb(75,171,105); }

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

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

 span { border-color: rgb(75,171,105); }

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