Html Css Color HEX #33975F Eucalyptus

📋 copy color: '#33975F'

red 51 ◦ green 151 ◦ blue 95

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

Shades of Eucalyptus #33975F

Tints of Eucalyptus #33975F

RGB

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

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

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

R = 17.17%
G = 50.84%
B = 31.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#33975F (or 0x33975F) is known color: Eucalyptus. HEX triplet: 33, 97 and 5F. RGB value is (51,151,95). Sum of RGB (Red+Green+Blue) = 51+151+95=297 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.17% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #33975F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33975F is #CC68A0. Grayscale: #727272. Windows color (decimal): -13396129 or 6264627. OLE color: 6264627.

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

Color convert

RGB 51 151 95 -
CMYK 0.66 0 0.37 0.41
HSL 146.4º 0.5% 0.4% -
HSV(B) 146.4º 0.66% 0.59% -
XYZ 14.5 23.66 14.63 -
YUV 114.72 116.87 82.55 -
System Red Green Blue C M Y K H S L
Decimal 51 151 95 0.66 0 0.37 0.41 146.4 0.5 0.4
Hex 33 97 5F 42 0 25 29 92 32 28
Octal 63 227 137 102 0 45 51 222 62 50
Binary 110011 10010111 1011111 1000010 0 100101 101001 10010010 110010 101000

Color Harmonies of #33975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33975F

Black with #33975F

Text Example


Text Example

White with #33975F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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