Html Css Color HEX #33A05F Eucalyptus

📋 copy color: '#33A05F'

red 51 ◦ green 160 ◦ blue 95

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

Shades of Eucalyptus #33A05F

Tints of Eucalyptus #33A05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 16.67%
G = 52.29%
B = 31.05%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.41

 K value IS 0.37

RGB Variations

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

Color information

#33A05F (or 0x33A05F) is known color: Eucalyptus. HEX triplet: 33, A0 and 5F. RGB value is (51,160,95). Sum of RGB (Red+Green+Blue) = 51+160+95=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 160 (62.89% from 255 or 52.29% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 160 - color contains mainly: green. Hex color #33A05F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A05F is #CC5FA0. Grayscale: #787878. Windows color (decimal): -13393825 or 6266931. OLE color: 6266931.

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

Color convert

RGB 51 160 95 -
CMYK 0.68 0 0.41 0.37
HSL 144.22º 0.52% 0.41% -
HSV(B) 144.22º 0.68% 0.63% -
XYZ 16 26.67 15.13 -
YUV 120 113.89 78.79 -
System Red Green Blue C M Y K H S L
Decimal 51 160 95 0.68 0 0.41 0.37 144.22 0.52 0.41
Hex 33 A0 5F 44 0 29 25 90 34 29
Octal 63 240 137 104 0 51 45 220 64 51
Binary 110011 10100000 1011111 1000100 0 101001 100101 10010000 110100 101001

Color Harmonies of #33A05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A05F

Black with #33A05F

Text Example


Text Example

White with #33A05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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