Html Css Color HEX #4CAD72 Ocean Green

📋 copy color: '#4CAD72'

red 76 ◦ green 173 ◦ blue 114

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

Shades of Ocean Green #4CAD72

Tints of Ocean Green #4CAD72

RGB

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

 GREEN value IS 173 (67.97% from 255) = 47.66%

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

R = 20.94%
G = 47.66%
B = 31.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#4CAD72 (or 0x4CAD72) is known color: Ocean Green. HEX triplet: 4C, AD and 72. RGB value is (76,173,114). Sum of RGB (Red+Green+Blue) = 76+173+114=363 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.94% from 363); Green value is 173 (67.97% from 255 or 47.66% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 173 - color contains mainly: green. Hex color #4CAD72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAD72 is #B3528D. Grayscale: #898989. Windows color (decimal): -11752078 or 7515468. OLE color: 7515468.

HSL color Cylindrical-coordinate representation of color #4CAD72: hue angle of 143.51º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAD72 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 76 173 114 -
CMYK 0.56 0 0.34 0.32
HSL 143.51º 0.39% 0.49% -
HSV(B) 143.51º 0.56% 0.68% -
XYZ 20.96 32.64 21.11 -
YUV 137.27 114.86 84.3 -
System Red Green Blue C M Y K H S L
Decimal 76 173 114 0.56 0 0.34 0.32 143.51 0.39 0.49
Hex 4C AD 72 38 0 22 20 90 27 31
Octal 114 255 162 70 0 42 40 220 47 61
Binary 1001100 10101101 1110010 111000 0 100010 100000 10010000 100111 110001

Color Harmonies of #4CAD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CAD72

Black with #4CAD72

Text Example


Text Example

White with #4CAD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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