#4CA369

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

Shades of Ocean Green #4CA369

Tints of Ocean Green #4CA369

Color information

#4CA369 (or 0x4CA369) is unknown color: approx Ocean Green. HEX triplet: 4C, A3 and 69. RGB value is (76,163,105). Sum of RGB (Red+Green+Blue) = 76+163+105=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 163 (64.06% from 255 or 47.38% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 163 - color contains mainly: green. Hex color #4CA369 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA369 is #B35C96. Grayscale: #828282. Windows color (decimal): -11754647 or 6923084. OLE color: 6923084.

HSL color Cylindrical-coordinate representation of color #4CA369: hue angle of 140º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA369 is Cyan = 0.53, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.36.

Color convert

RGB76163105-
CMYK0.5300.360.36
HSL140º36.4%46.86%-
HSV(B)140º53.37%63.92%-
XYZ18.6328.7517.93-
YUV130.38113.6889.22-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.09%
GREEN value IS 163 (64.06% from 255) = 47.38%
BLUE value IS 105 (41.41% from 255) = 30.52%
R=22.09%
G=47.38%
B=30.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761631050.5300.360.3614036.446.86
Hex4CA36935024248c242f
Octal11424315165044442144457
Binary1001100101000111101001110101010010010010010001100100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,163,105); }

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

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

 a { background-color: rgb(76,163,105); }

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

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

 span { border-color: rgb(76,163,105); }

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