#4CA482

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

Shades of Ocean Green #4CA482

Tints of Ocean Green #4CA482

Color information

#4CA482 (or 0x4CA482) is unknown color: approx Ocean Green. HEX triplet: 4C, A4 and 82. RGB value is (76,164,130). Sum of RGB (Red+Green+Blue) = 76+164+130=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA482 is #B35B7D. Grayscale: #858585. Windows color (decimal): -11754366 or 8561740. OLE color: 8561740.

HSL color Cylindrical-coordinate representation of color #4CA482: hue angle of 156.82º 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 #4CA482 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB76164130-
CMYK0.5400.210.36
HSL156.82º36.67%47.06%-
HSV(B)156.82º53.66%64.31%-
XYZ20.2929.725.78-
YUV133.81125.8586.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.54%
GREEN value IS 164 (64.45% from 255) = 44.32%
BLUE value IS 130 (51.17% from 255) = 35.14%
R=20.54%
G=44.32%
B=35.14%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761641300.5400.210.36156.8236.6747.06
Hex4CA48236015249d252f
Octal11424420266025442354557
Binary1001100101001001000001011011001010110010010011101100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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