Html Css Color HEX #33A062 Eucalyptus

📋 copy color: '#33A062'

red 51 ◦ green 160 ◦ blue 98

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

Shades of Eucalyptus #33A062

Tints of Eucalyptus #33A062

RGB

 RED value IS 51 (20.31% from 255) = 16.5%

 GREEN value IS 160 (62.89% from 255) = 51.78%

 BLUE value IS 98 (38.67% from 255) = 31.72%

R = 16.5%
G = 51.78%
B = 31.72%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#33A062 (or 0x33A062) is known color: Eucalyptus. HEX triplet: 33, A0 and 62. RGB value is (51,160,98). Sum of RGB (Red+Green+Blue) = 51+160+98=309 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.50% from 309); Green value is 160 (62.89% from 255 or 51.78% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 160 - color contains mainly: green. Hex color #33A062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A062 is #CC5F9D. Grayscale: #787878. Windows color (decimal): -13393822 or 6463539. OLE color: 6463539.

HSL color Cylindrical-coordinate representation of color #33A062: hue angle of 145.87º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A062 is Cyan = 0.68, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 160 98 -
CMYK 0.68 0 0.39 0.37
HSL 145.87º 0.52% 0.41% -
HSV(B) 145.87º 0.68% 0.63% -
XYZ 16.14 26.73 15.86 -
YUV 120.34 115.39 78.54 -
System Red Green Blue C M Y K H S L
Decimal 51 160 98 0.68 0 0.39 0.37 145.87 0.52 0.41
Hex 33 A0 62 44 0 27 25 92 34 29
Octal 63 240 142 104 0 47 45 222 64 51
Binary 110011 10100000 1100010 1000100 0 100111 100101 10010010 110100 101001

Color Harmonies of #33A062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A062

Black with #33A062

Text Example


Text Example

White with #33A062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33A062; }

 p { color: rgb(51,160,98); }

 H1.HeaderClassName
 {
   color: #33A062;
 }
 .AnyTagClassName
 {
   color: #33A062;
 }
</style>

background-color css

<style>
 a { background-color: #33A062; }

 a { background-color: rgb(51,160,98); }

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

border-color css

<style>
 span { border-color: #33A062; }

 span { border-color: rgb(51,160,98); }

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