#4CA281

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

Shades of Ocean Green #4CA281

Tints of Ocean Green #4CA281

Color information

#4CA281 (or 0x4CA281) is unknown color: approx Ocean Green. HEX triplet: 4C, A2 and 81. RGB value is (76,162,129). Sum of RGB (Red+Green+Blue) = 76+162+129=367 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.71% from 367); Green value is 162 (63.67% from 255 or 44.14% from 367); Blue value is 129 (50.78% from 255 or 35.15% from 367); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA281 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA281 is #B35D7E. Grayscale: #848484. Windows color (decimal): -11754879 or 8495692. OLE color: 8495692.

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

Color convert

RGB76162129-
CMYK0.5300.200.36
HSL156.98º36.13%46.67%-
HSV(B)156.98º53.09%63.53%-
XYZ19.8628.9625.31-
YUV132.52126.0187.68-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.71%
GREEN value IS 162 (63.67% from 255) = 44.14%
BLUE value IS 129 (50.78% from 255) = 35.15%
R=20.71%
G=44.14%
B=35.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761621290.5300.200.36156.9836.1346.67
Hex4CA28135014249d242f
Octal11424220165024442354457
Binary1001100101000101000000111010101010010010010011101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,162,129); }

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

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

 a { background-color: rgb(76,162,129); }

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

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

 span { border-color: rgb(76,162,129); }

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