Html Css Color HEX #33975E Eucalyptus

📋 copy color: '#33975E'

red 51 ◦ green 151 ◦ blue 94

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

Shades of Eucalyptus #33975E

Tints of Eucalyptus #33975E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 17.23%
G = 51.01%
B = 31.76%

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

#33975E (or 0x33975E) is known color: Eucalyptus. HEX triplet: 33, 97 and 5E. RGB value is (51,151,94). Sum of RGB (Red+Green+Blue) = 51+151+94=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 151 (59.38% from 255 or 51.01% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 151 - color contains mainly: green. Hex color #33975E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33975E is #CC68A1. Grayscale: #727272. Windows color (decimal): -13396130 or 6199091. OLE color: 6199091.

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

Color convert

RGB 51 151 94 -
CMYK 0.66 0 0.38 0.41
HSL 145.8º 0.5% 0.4% -
HSV(B) 145.8º 0.66% 0.59% -
XYZ 14.45 23.65 14.39 -
YUV 114.6 116.37 82.63 -
System Red Green Blue C M Y K H S L
Decimal 51 151 94 0.66 0 0.38 0.41 145.8 0.5 0.4
Hex 33 97 5E 42 0 26 29 92 32 28
Octal 63 227 136 102 0 46 51 222 62 50
Binary 110011 10010111 1011110 1000010 0 100110 101001 10010010 110010 101000

Color Harmonies of #33975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33975E

Black with #33975E

Text Example


Text Example

White with #33975E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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