#4ABB62

Color #4ABB62 Emerald (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emerald #4ABB62

Tints of Emerald #4ABB62

Color information

#4ABB62 (or 0x4ABB62) is unknown color: approx Emerald. HEX triplet: 4A, BB and 62. RGB value is (74,187,98). Sum of RGB (Red+Green+Blue) = 74+187+98=359 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.61% from 359); Green value is 187 (73.44% from 255 or 52.09% from 359); Blue value is 98 (38.67% from 255 or 27.30% from 359); Max value from RGB is 187 - color contains mainly: green. Hex color #4ABB62 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4ABB62 is #B5449D. Grayscale: #8F8F8F. Windows color (decimal): -11879582 or 6470474. OLE color: 6470474.

HSL color Cylindrical-coordinate representation of color #4ABB62: hue angle of 132.74º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4ABB62 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB7418798-
CMYK0.6000.480.27
HSL132.74º45.38%51.18%-
HSV(B)132.74º60.43%73.33%-
XYZ22.837.8817.66-
YUV143.07102.5678.74-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.61%
GREEN value IS 187 (73.44% from 255) = 52.09%
BLUE value IS 98 (38.67% from 255) = 27.30%
R=20.61%
G=52.09%
B=27.30%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74187980.6000.480.27132.7445.3851.18
Hex4ABB623C0301B852d33
Octal11227314274060332055563
Binary100101010111011110001011110001100001101110000101101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ABB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,187,98); }

 H1.HeaderClassName
 {
   color: #4ABB62;
 }
 .AnyTagClassName
 {
   color: #4ABB62;
 }
</style>
background-color css

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

 a { background-color: rgb(74,187,98); }

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

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

 span { border-color: rgb(74,187,98); }

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