Html Css Color HEX #4AB579 Ocean Green

📋 copy color: '#4AB579'

red 74 ◦ green 181 ◦ blue 121

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

Shades of Ocean Green #4AB579

Tints of Ocean Green #4AB579

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.14%

 BLUE value IS 121 (47.66% from 255) = 32.18%

R = 19.68%
G = 48.14%
B = 32.18%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#4AB579 (or 0x4AB579) is known color: Ocean Green. HEX triplet: 4A, B5 and 79. RGB value is (74,181,121). Sum of RGB (Red+Green+Blue) = 74+181+121=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 181 (71.09% from 255 or 48.14% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB579 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB579 is #B54A86. Grayscale: #8E8E8E. Windows color (decimal): -11881095 or 7976266. OLE color: 7976266.

HSL color Cylindrical-coordinate representation of color #4AB579: hue angle of 146.36º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB579 is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 74 181 121 -
CMYK 0.59 0 0.33 0.29
HSL 146.36º 0.42% 0.5% -
HSV(B) 146.36º 0.59% 0.71% -
XYZ 22.8 35.88 23.81 -
YUV 142.17 116.05 79.38 -
System Red Green Blue C M Y K H S L
Decimal 74 181 121 0.59 0 0.33 0.29 146.36 0.42 0.5
Hex 4A B5 79 3B 0 21 1D 92 2A 32
Octal 112 265 171 73 0 41 35 222 52 62
Binary 1001010 10110101 1111001 111011 0 100001 11101 10010010 101010 110010

Color Harmonies of #4AB579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB579

Black with #4AB579

Text Example


Text Example

White with #4AB579

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,181,121); }

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

background-color css

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

 a { background-color: rgb(74,181,121); }

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

border-color css

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

 span { border-color: rgb(74,181,121); }

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