Html Css Color HEX #4AB37D Ocean Green

📋 copy color: '#4AB37D'

red 74 ◦ green 179 ◦ blue 125

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

Shades of Ocean Green #4AB37D

Tints of Ocean Green #4AB37D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 19.58%
G = 47.35%
B = 33.07%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#4AB37D (or 0x4AB37D) is known color: Ocean Green. HEX triplet: 4A, B3 and 7D. RGB value is (74,179,125). Sum of RGB (Red+Green+Blue) = 74+179+125=378 (50% of max value = 765). Red value is 74 (29.30% from 255 or 19.58% from 378); Green value is 179 (70.31% from 255 or 47.35% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB37D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB37D is #B54C82. Grayscale: #8D8D8D. Windows color (decimal): -11881603 or 8237898. OLE color: 8237898.

HSL color Cylindrical-coordinate representation of color #4AB37D: hue angle of 149.14º 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 #4AB37D is Cyan = 0.59, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB 74 179 125 -
CMYK 0.59 0 0.30 0.30
HSL 149.14º 0.42% 0.5% -
HSV(B) 149.14º 0.59% 0.7% -
XYZ 22.65 35.18 25 -
YUV 141.45 118.71 79.89 -
System Red Green Blue C M Y K H S L
Decimal 74 179 125 0.59 0 0.30 0.30 149.14 0.42 0.5
Hex 4A B3 7D 3B 0 1E 1E 95 2A 32
Octal 112 263 175 73 0 36 36 225 52 62
Binary 1001010 10110011 1111101 111011 0 11110 11110 10010101 101010 110010

Color Harmonies of #4AB37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB37D

Black with #4AB37D

Text Example


Text Example

White with #4AB37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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