Html Css Color HEX #4AB772 Ocean Green

📋 copy color: '#4AB772'

red 74 ◦ green 183 ◦ blue 114

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

Shades of Ocean Green #4AB772

Tints of Ocean Green #4AB772

RGB

 RED value IS 74 (29.3% from 255) = 19.95%

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

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

R = 19.95%
G = 49.33%
B = 30.73%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#4AB772 (or 0x4AB772) is known color: Ocean Green. HEX triplet: 4A, B7 and 72. RGB value is (74,183,114). Sum of RGB (Red+Green+Blue) = 74+183+114=371 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.95% from 371); Green value is 183 (71.88% from 255 or 49.33% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB772 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB772 is #B5488D. Grayscale: #8E8E8E. Windows color (decimal): -11880590 or 7518026. OLE color: 7518026.

HSL color Cylindrical-coordinate representation of color #4AB772: hue angle of 142.02º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB772 is Cyan = 0.60, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 74 183 114 -
CMYK 0.60 0 0.38 0.28
HSL 142.02º 0.43% 0.5% -
HSV(B) 142.02º 0.6% 0.72% -
XYZ 22.79 36.54 21.77 -
YUV 142.54 111.89 79.11 -
System Red Green Blue C M Y K H S L
Decimal 74 183 114 0.60 0 0.38 0.28 142.02 0.43 0.5
Hex 4A B7 72 3C 0 26 1C 8E 2B 32
Octal 112 267 162 74 0 46 34 216 53 62
Binary 1001010 10110111 1110010 111100 0 100110 11100 10001110 101011 110010

Color Harmonies of #4AB772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB772

Black with #4AB772

Text Example


Text Example

White with #4AB772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,183,114); }

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

background-color css

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

 a { background-color: rgb(74,183,114); }

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

border-color css

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

 span { border-color: rgb(74,183,114); }

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