Html Css Color HEX #4AB37C Ocean Green

📋 copy color: '#4AB37C'

red 74 ◦ green 179 ◦ blue 124

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

Shades of Ocean Green #4AB37C

Tints of Ocean Green #4AB37C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 32.89%

R = 19.63%
G = 47.48%
B = 32.89%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#4AB37C (or 0x4AB37C) is known color: Ocean Green. HEX triplet: 4A, B3 and 7C. RGB value is (74,179,124). Sum of RGB (Red+Green+Blue) = 74+179+124=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 179 (70.31% from 255 or 47.48% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB37C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB37C is #B54C83. Grayscale: #8D8D8D. Windows color (decimal): -11881604 or 8172362. OLE color: 8172362.

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

Color convert

RGB 74 179 124 -
CMYK 0.59 0 0.31 0.30
HSL 148.57º 0.42% 0.5% -
HSV(B) 148.57º 0.59% 0.7% -
XYZ 22.58 35.15 24.66 -
YUV 141.34 118.21 79.97 -
System Red Green Blue C M Y K H S L
Decimal 74 179 124 0.59 0 0.31 0.30 148.57 0.42 0.5
Hex 4A B3 7C 3B 0 1F 1E 95 2A 32
Octal 112 263 174 73 0 37 36 225 52 62
Binary 1001010 10110011 1111100 111011 0 11111 11110 10010101 101010 110010

Color Harmonies of #4AB37C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4AB37C

Black with #4AB37C

Text Example


Text Example

White with #4AB37C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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