Html Css Color HEX #4C9A72 Ocean Green

📋 copy color: '#4C9A72'

red 76 ◦ green 154 ◦ blue 114

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

Shades of Ocean Green #4C9A72

Tints of Ocean Green #4C9A72

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.77%

 BLUE value IS 114 (44.92% from 255) = 33.14%

R = 22.09%
G = 44.77%
B = 33.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#4C9A72 (or 0x4C9A72) is known color: Ocean Green. HEX triplet: 4C, 9A and 72. RGB value is (76,154,114). Sum of RGB (Red+Green+Blue) = 76+154+114=344 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.09% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 154 - color contains mainly: green. Hex color #4C9A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9A72 is #B3658D. Grayscale: #7E7E7E. Windows color (decimal): -11756942 or 7510604. OLE color: 7510604.

HSL color Cylindrical-coordinate representation of color #4C9A72: hue angle of 149.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C9A72 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 76 154 114 -
CMYK 0.51 0 0.26 0.40
HSL 149.23º 0.34% 0.45% -
HSV(B) 149.23º 0.51% 0.6% -
XYZ 17.57 25.86 19.99 -
YUV 126.12 121.16 92.25 -
System Red Green Blue C M Y K H S L
Decimal 76 154 114 0.51 0 0.26 0.40 149.23 0.34 0.45
Hex 4C 9A 72 33 0 1A 28 95 22 2D
Octal 114 232 162 63 0 32 50 225 42 55
Binary 1001100 10011010 1110010 110011 0 11010 101000 10010101 100010 101101

Color Harmonies of #4C9A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9A72

Black with #4C9A72

Text Example


Text Example

White with #4C9A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,154,114); }

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

background-color css

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

 a { background-color: rgb(76,154,114); }

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

border-color css

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

 span { border-color: rgb(76,154,114); }

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