Html Css Color HEX #4AAA77 Ocean Green

📋 copy color: '#4AAA77'

red 74 ◦ green 170 ◦ blue 119

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

Shades of Ocean Green #4AAA77

Tints of Ocean Green #4AAA77

RGB

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

 GREEN value IS 170 (66.8% from 255) = 46.83%

 BLUE value IS 119 (46.88% from 255) = 32.78%

R = 20.39%
G = 46.83%
B = 32.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.3

 K value IS 0.33

RGB Variations

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

Color information

#4AAA77 (or 0x4AAA77) is known color: Ocean Green. HEX triplet: 4A, AA and 77. RGB value is (74,170,119). Sum of RGB (Red+Green+Blue) = 74+170+119=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 170 (66.80% from 255 or 46.83% from 363); Blue value is 119 (46.88% from 255 or 32.78% from 363); Max value from RGB is 170 - color contains mainly: green. Hex color #4AAA77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAA77 is #B55588. Grayscale: #878787. Windows color (decimal): -11883913 or 7842378. OLE color: 7842378.

HSL color Cylindrical-coordinate representation of color #4AAA77: hue angle of 148.12º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4AAA77 is Cyan = 0.56, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB 74 170 119 -
CMYK 0.56 0 0.3 0.33
HSL 148.13º 0.39% 0.48% -
HSV(B) 148.13º 0.56% 0.67% -
XYZ 20.53 31.54 22.46 -
YUV 135.48 118.7 84.15 -
System Red Green Blue C M Y K H S L
Decimal 74 170 119 0.56 0 0.3 0.33 148.13 0.39 0.48
Hex 4A AA 77 38 0 1E 21 94 27 30
Octal 112 252 167 70 0 36 41 224 47 60
Binary 1001010 10101010 1110111 111000 0 11110 100001 10010100 100111 110000

Color Harmonies of #4AAA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AAA77

Black with #4AAA77

Text Example


Text Example

White with #4AAA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,170,119); }

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

background-color css

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

 a { background-color: rgb(74,170,119); }

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

border-color css

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

 span { border-color: rgb(74,170,119); }

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