Html Css Color HEX #33985A Eucalyptus

📋 copy color: '#33985A'

red 51 ◦ green 152 ◦ blue 90

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

Shades of Eucalyptus #33985A

Tints of Eucalyptus #33985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 51.88%

 BLUE value IS 90 (35.55% from 255) = 30.72%

R = 17.41%
G = 51.88%
B = 30.72%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#33985A (or 0x33985A) is known color: Eucalyptus. HEX triplet: 33, 98 and 5A. RGB value is (51,152,90). Sum of RGB (Red+Green+Blue) = 51+152+90=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 152 (59.77% from 255 or 51.88% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 152 - color contains mainly: green. Hex color #33985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33985A is #CC67A5. Grayscale: #727272. Windows color (decimal): -13395878 or 5937203. OLE color: 5937203.

HSL color Cylindrical-coordinate representation of color #33985A: hue angle of 143.17º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33985A is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB 51 152 90 -
CMYK 0.66 0 0.41 0.40
HSL 143.17º 0.5% 0.4% -
HSV(B) 143.17º 0.66% 0.6% -
XYZ 14.44 23.9 13.52 -
YUV 114.73 114.04 82.54 -
System Red Green Blue C M Y K H S L
Decimal 51 152 90 0.66 0 0.41 0.40 143.17 0.5 0.4
Hex 33 98 5A 42 0 29 28 8F 32 28
Octal 63 230 132 102 0 51 50 217 62 50
Binary 110011 10011000 1011010 1000010 0 101001 101000 10001111 110010 101000

Color Harmonies of #33985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33985A

Black with #33985A

Text Example


Text Example

White with #33985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33985A; }

 p { color: rgb(51,152,90); }

 H1.HeaderClassName
 {
   color: #33985A;
 }
 .AnyTagClassName
 {
   color: #33985A;
 }
</style>

background-color css

<style>
 a { background-color: #33985A; }

 a { background-color: rgb(51,152,90); }

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

border-color css

<style>
 span { border-color: #33985A; }

 span { border-color: rgb(51,152,90); }

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