Html Css Color HEX #33A070 Eucalyptus

📋 copy color: '#33A070'

red 51 ◦ green 160 ◦ blue 112

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

Shades of Eucalyptus #33A070

Tints of Eucalyptus #33A070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 34.67%

R = 15.79%
G = 49.54%
B = 34.67%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#33A070 (or 0x33A070) is known color: Eucalyptus. HEX triplet: 33, A0 and 70. RGB value is (51,160,112). Sum of RGB (Red+Green+Blue) = 51+160+112=323 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.79% from 323); Green value is 160 (62.89% from 255 or 49.54% from 323); Blue value is 112 (44.14% from 255 or 34.67% from 323); Max value from RGB is 160 - color contains mainly: green. Hex color #33A070 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A070 is #CC5F8F. Grayscale: #7A7A7A. Windows color (decimal): -13393808 or 7381043. OLE color: 7381043.

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

Color convert

RGB 51 160 112 -
CMYK 0.68 0 0.30 0.37
HSL 153.58º 0.52% 0.41% -
HSV(B) 153.58º 0.68% 0.63% -
XYZ 16.86 27.02 19.66 -
YUV 121.94 122.39 77.4 -
System Red Green Blue C M Y K H S L
Decimal 51 160 112 0.68 0 0.30 0.37 153.58 0.52 0.41
Hex 33 A0 70 44 0 1E 25 9A 34 29
Octal 63 240 160 104 0 36 45 232 64 51
Binary 110011 10100000 1110000 1000100 0 11110 100101 10011010 110100 101001

Color Harmonies of #33A070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A070

Black with #33A070

Text Example


Text Example

White with #33A070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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