Html Css Color HEX #33955F Eucalyptus

📋 copy color: '#33955F'

red 51 ◦ green 149 ◦ blue 95

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

Shades of Eucalyptus #33955F

Tints of Eucalyptus #33955F

RGB

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

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

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

R = 17.29%
G = 50.51%
B = 32.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#33955F (or 0x33955F) is known color: Eucalyptus. HEX triplet: 33, 95 and 5F. RGB value is (51,149,95). Sum of RGB (Red+Green+Blue) = 51+149+95=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #33955F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33955F is #CC6AA0. Grayscale: #717171. Windows color (decimal): -13396641 or 6264115. OLE color: 6264115.

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

Color convert

RGB 51 149 95 -
CMYK 0.66 0 0.36 0.42
HSL 146.94º 0.49% 0.39% -
HSV(B) 146.94º 0.66% 0.58% -
XYZ 14.18 23.02 14.52 -
YUV 113.54 117.53 83.39 -
System Red Green Blue C M Y K H S L
Decimal 51 149 95 0.66 0 0.36 0.42 146.94 0.49 0.39
Hex 33 95 5F 42 0 24 2A 93 31 27
Octal 63 225 137 102 0 44 52 223 61 47
Binary 110011 10010101 1011111 1000010 0 100100 101010 10010011 110001 100111

Color Harmonies of #33955F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33955F

Black with #33955F

Text Example


Text Example

White with #33955F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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