Html Css Color HEX #33955D Eucalyptus

📋 copy color: '#33955D'

red 51 ◦ green 149 ◦ blue 93

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

Shades of Eucalyptus #33955D

Tints of Eucalyptus #33955D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 50.85%

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

R = 17.41%
G = 50.85%
B = 31.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.42

RGB Variations

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

Color information

#33955D (or 0x33955D) is known color: Eucalyptus. HEX triplet: 33, 95 and 5D. RGB value is (51,149,93). Sum of RGB (Red+Green+Blue) = 51+149+93=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 149 (58.59% from 255 or 50.85% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 149 - color contains mainly: green. Hex color #33955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33955D is #CC6AA2. Grayscale: #717171. Windows color (decimal): -13396643 or 6133043. OLE color: 6133043.

HSL color Cylindrical-coordinate representation of color #33955D: hue angle of 145.71º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33955D is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 149 93 -
CMYK 0.66 0 0.38 0.42
HSL 145.71º 0.49% 0.39% -
HSV(B) 145.71º 0.66% 0.58% -
XYZ 14.09 22.99 14.05 -
YUV 113.31 116.53 83.55 -
System Red Green Blue C M Y K H S L
Decimal 51 149 93 0.66 0 0.38 0.42 145.71 0.49 0.39
Hex 33 95 5D 42 0 26 2A 92 31 27
Octal 63 225 135 102 0 46 52 222 61 47
Binary 110011 10010101 1011101 1000010 0 100110 101010 10010010 110001 100111

Color Harmonies of #33955D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33955D

Black with #33955D

Text Example


Text Example

White with #33955D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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