Html Css Color HEX #33975D Eucalyptus

📋 copy color: '#33975D'

red 51 ◦ green 151 ◦ blue 93

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

Shades of Eucalyptus #33975D

Tints of Eucalyptus #33975D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.19%

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 17.29%
G = 51.19%
B = 31.53%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#33975D (or 0x33975D) is known color: Eucalyptus. HEX triplet: 33, 97 and 5D. RGB value is (51,151,93). Sum of RGB (Red+Green+Blue) = 51+151+93=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #33975D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33975D is #CC68A2. Grayscale: #727272. Windows color (decimal): -13396131 or 6133555. OLE color: 6133555.

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

Color convert

RGB 51 151 93 -
CMYK 0.66 0 0.38 0.41
HSL 145.2º 0.5% 0.4% -
HSV(B) 145.2º 0.66% 0.59% -
XYZ 14.41 23.63 14.16 -
YUV 114.49 115.87 82.72 -
System Red Green Blue C M Y K H S L
Decimal 51 151 93 0.66 0 0.38 0.41 145.2 0.5 0.4
Hex 33 97 5D 42 0 26 29 91 32 28
Octal 63 227 135 102 0 46 51 221 62 50
Binary 110011 10010111 1011101 1000010 0 100110 101001 10010001 110010 101000

Color Harmonies of #33975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33975D

Black with #33975D

Text Example


Text Example

White with #33975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33975D; }

 p { color: rgb(51,151,93); }

 H1.HeaderClassName
 {
   color: #33975D;
 }
 .AnyTagClassName
 {
   color: #33975D;
 }
</style>

background-color css

<style>
 a { background-color: #33975D; }

 a { background-color: rgb(51,151,93); }

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

border-color css

<style>
 span { border-color: #33975D; }

 span { border-color: rgb(51,151,93); }

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