#4CA46D

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

Shades of Ocean Green #4CA46D

Tints of Ocean Green #4CA46D

Color information

#4CA46D (or 0x4CA46D) is unknown color: approx Ocean Green. HEX triplet: 4C, A4 and 6D. RGB value is (76,164,109). Sum of RGB (Red+Green+Blue) = 76+164+109=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 164 (64.45% from 255 or 46.99% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA46D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA46D is #B35B92. Grayscale: #838383. Windows color (decimal): -11754387 or 7185484. OLE color: 7185484.

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

Color convert

RGB76164109-
CMYK0.5400.340.36
HSL142.5º36.67%47.06%-
HSV(B)142.5º53.66%64.31%-
XYZ19.0229.1919.1-
YUV131.42115.3588.47-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.78%
GREEN value IS 164 (64.45% from 255) = 46.99%
BLUE value IS 109 (42.97% from 255) = 31.23%
R=21.78%
G=46.99%
B=31.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761641090.5400.340.36142.536.6747.06
Hex4CA46D36022248e252f
Octal11424415566042442164557
Binary1001100101001001101101110110010001010010010001110100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,164,109); }

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

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

 a { background-color: rgb(76,164,109); }

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

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

 span { border-color: rgb(76,164,109); }

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