Html Css Color HEX #4CB770 Ocean Green

📋 copy color: '#4CB770'

red 76 ◦ green 183 ◦ blue 112

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

Shades of Ocean Green #4CB770

Tints of Ocean Green #4CB770

RGB

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

 GREEN value IS 183 (71.88% from 255) = 49.33%

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

R = 20.49%
G = 49.33%
B = 30.19%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#4CB770 (or 0x4CB770) is known color: Ocean Green. HEX triplet: 4C, B7 and 70. RGB value is (76,183,112). Sum of RGB (Red+Green+Blue) = 76+183+112=371 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.49% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB770 is #B3488F. Grayscale: #8F8F8F. Windows color (decimal): -11749520 or 7386956. OLE color: 7386956.

HSL color Cylindrical-coordinate representation of color #4CB770: hue angle of 140.19º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB770 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 76 183 112 -
CMYK 0.58 0 0.39 0.28
HSL 140.19º 0.43% 0.51% -
HSV(B) 140.19º 0.58% 0.72% -
XYZ 22.84 36.57 21.18 -
YUV 142.91 110.55 80.27 -
System Red Green Blue C M Y K H S L
Decimal 76 183 112 0.58 0 0.39 0.28 140.19 0.43 0.51
Hex 4C B7 70 3A 0 27 1C 8C 2B 33
Octal 114 267 160 72 0 47 34 214 53 63
Binary 1001100 10110111 1110000 111010 0 100111 11100 10001100 101011 110011

Color Harmonies of #4CB770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CB770

Black with #4CB770

Text Example


Text Example

White with #4CB770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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