Html Css Color HEX #33A06D Eucalyptus

📋 copy color: '#33A06D'

red 51 ◦ green 160 ◦ blue 109

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

Shades of Eucalyptus #33A06D

Tints of Eucalyptus #33A06D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.06%

R = 15.94%
G = 50%
B = 34.06%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#33A06D (or 0x33A06D) is known color: Eucalyptus. HEX triplet: 33, A0 and 6D. RGB value is (51,160,109). Sum of RGB (Red+Green+Blue) = 51+160+109=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 160 (62.89% from 255 or 50% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 160 - color contains mainly: green. Hex color #33A06D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A06D is #CC5F92. Grayscale: #797979. Windows color (decimal): -13393811 or 7184435. OLE color: 7184435.

HSL color Cylindrical-coordinate representation of color #33A06D: hue angle of 151.93º 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 #33A06D is Cyan = 0.68, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 160 109 -
CMYK 0.68 0 0.32 0.37
HSL 151.93º 0.52% 0.41% -
HSV(B) 151.93º 0.68% 0.63% -
XYZ 16.7 26.95 18.79 -
YUV 121.6 120.89 77.65 -
System Red Green Blue C M Y K H S L
Decimal 51 160 109 0.68 0 0.32 0.37 151.93 0.52 0.41
Hex 33 A0 6D 44 0 20 25 98 34 29
Octal 63 240 155 104 0 40 45 230 64 51
Binary 110011 10100000 1101101 1000100 0 100000 100101 10011000 110100 101001

Color Harmonies of #33A06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A06D

Black with #33A06D

Text Example


Text Example

White with #33A06D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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