Html Css Color HEX #4CA270 Ocean Green

📋 copy color: '#4CA270'

red 76 ◦ green 162 ◦ blue 112

#4CA270
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4CA270

Tints of Ocean Green #4CA270

RGB

 RED value IS 76 (30.08% from 255) = 21.71%

 GREEN value IS 162 (63.67% from 255) = 46.29%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 21.71%
G = 46.29%
B = 32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#4CA270 (or 0x4CA270) is known color: Ocean Green. HEX triplet: 4C, A2 and 70. RGB value is (76,162,112). Sum of RGB (Red+Green+Blue) = 76+162+112=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA270 is #B35D8F. Grayscale: #828282. Windows color (decimal): -11754896 or 7381580. OLE color: 7381580.

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

Color convert

RGB 76 162 112 -
CMYK 0.53 0 0.31 0.36
HSL 145.12º 0.36% 0.47% -
HSV(B) 145.12º 0.53% 0.64% -
XYZ 18.83 28.55 19.85 -
YUV 130.59 117.51 89.07 -
System Red Green Blue C M Y K H S L
Decimal 76 162 112 0.53 0 0.31 0.36 145.12 0.36 0.47
Hex 4C A2 70 35 0 1F 24 91 24 2F
Octal 114 242 160 65 0 37 44 221 44 57
Binary 1001100 10100010 1110000 110101 0 11111 100100 10010001 100100 101111

Color Harmonies of #4CA270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA270

Black with #4CA270

Text Example


Text Example

White with #4CA270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4CA270;
 }
 .AnyTagClassName
 {
   color: #4CA270;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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