Html Css Color HEX #33975B Eucalyptus

📋 copy color: '#33975B'

red 51 ◦ green 151 ◦ blue 91

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

Shades of Eucalyptus #33975B

Tints of Eucalyptus #33975B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.06%

R = 17.41%
G = 51.54%
B = 31.06%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#33975B (or 0x33975B) is known color: Eucalyptus. HEX triplet: 33, 97 and 5B. RGB value is (51,151,91). Sum of RGB (Red+Green+Blue) = 51+151+91=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 151 (59.38% from 255 or 51.54% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 151 - color contains mainly: green. Hex color #33975B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33975B is #CC68A4. Grayscale: #727272. Windows color (decimal): -13396133 or 6002483. OLE color: 6002483.

HSL color Cylindrical-coordinate representation of color #33975B: hue angle of 144º 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 #33975B is Cyan = 0.66, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 151 91 -
CMYK 0.66 0 0.40 0.41
HSL 144º 0.5% 0.4% -
HSV(B) 144º 0.66% 0.59% -
XYZ 14.32 23.59 13.7 -
YUV 114.26 114.87 82.88 -
System Red Green Blue C M Y K H S L
Decimal 51 151 91 0.66 0 0.40 0.41 144 0.5 0.4
Hex 33 97 5B 42 0 28 29 90 32 28
Octal 63 227 133 102 0 50 51 220 62 50
Binary 110011 10010111 1011011 1000010 0 101000 101001 10010000 110010 101000

Color Harmonies of #33975B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33975B

Black with #33975B

Text Example


Text Example

White with #33975B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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