Html Css Color HEX #4CA370 Ocean Green

📋 copy color: '#4CA370'

red 76 ◦ green 163 ◦ blue 112

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

Shades of Ocean Green #4CA370

Tints of Ocean Green #4CA370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.44%

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

R = 21.65%
G = 46.44%
B = 31.91%

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

#4CA370 (or 0x4CA370) is known color: Ocean Green. HEX triplet: 4C, A3 and 70. RGB value is (76,163,112). Sum of RGB (Red+Green+Blue) = 76+163+112=351 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.65% from 351); Green value is 163 (64.06% from 255 or 46.44% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 163 - color contains mainly: green. Hex color #4CA370 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA370 is #B35C8F. Grayscale: #838383. Windows color (decimal): -11754640 or 7381836. OLE color: 7381836.

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

Color convert

RGB 76 163 112 -
CMYK 0.53 0 0.31 0.36
HSL 144.83º 0.36% 0.47% -
HSV(B) 144.83º 0.53% 0.64% -
XYZ 19 28.9 19.91 -
YUV 131.17 117.18 88.65 -
System Red Green Blue C M Y K H S L
Decimal 76 163 112 0.53 0 0.31 0.36 144.83 0.36 0.47
Hex 4C A3 70 35 0 1F 24 91 24 2F
Octal 114 243 160 65 0 37 44 221 44 57
Binary 1001100 10100011 1110000 110101 0 11111 100100 10010001 100100 101111

Color Harmonies of #4CA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA370

Black with #4CA370

Text Example


Text Example

White with #4CA370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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