Html Css Color HEX #4AB379 Ocean Green

📋 copy color: '#4AB379'

red 74 ◦ green 179 ◦ blue 121

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

Shades of Ocean Green #4AB379

Tints of Ocean Green #4AB379

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.86%

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

R = 19.79%
G = 47.86%
B = 32.35%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#4AB379 (or 0x4AB379) is known color: Ocean Green. HEX triplet: 4A, B3 and 79. RGB value is (74,179,121). Sum of RGB (Red+Green+Blue) = 74+179+121=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 179 (70.31% from 255 or 47.86% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB379 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB379 is #B54C86. Grayscale: #8D8D8D. Windows color (decimal): -11881607 or 7975754. OLE color: 7975754.

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

Color convert

RGB 74 179 121 -
CMYK 0.59 0 0.32 0.30
HSL 146.86º 0.42% 0.5% -
HSV(B) 146.86º 0.59% 0.7% -
XYZ 22.4 35.08 23.68 -
YUV 140.99 116.71 80.22 -
System Red Green Blue C M Y K H S L
Decimal 74 179 121 0.59 0 0.32 0.30 146.86 0.42 0.5
Hex 4A B3 79 3B 0 20 1E 93 2A 32
Octal 112 263 171 73 0 40 36 223 52 62
Binary 1001010 10110011 1111001 111011 0 100000 11110 10010011 101010 110010

Color Harmonies of #4AB379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB379

Black with #4AB379

Text Example


Text Example

White with #4AB379

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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