Html Css Color HEX #33965F Eucalyptus

📋 copy color: '#33965F'

red 51 ◦ green 150 ◦ blue 95

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

Shades of Eucalyptus #33965F

Tints of Eucalyptus #33965F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.68%

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

R = 17.23%
G = 50.68%
B = 32.09%

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

#33965F (or 0x33965F) is known color: Eucalyptus. HEX triplet: 33, 96 and 5F. RGB value is (51,150,95). Sum of RGB (Red+Green+Blue) = 51+150+95=296 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.23% from 296); Green value is 150 (58.98% from 255 or 50.68% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 150 - color contains mainly: green. Hex color #33965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33965F is #CC69A0. Grayscale: #727272. Windows color (decimal): -13396385 or 6264371. OLE color: 6264371.

HSL color Cylindrical-coordinate representation of color #33965F: hue angle of 146.67º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33965F is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 150 95 -
CMYK 0.66 0 0.37 0.41
HSL 146.67º 0.49% 0.39% -
HSV(B) 146.67º 0.66% 0.59% -
XYZ 14.34 23.34 14.58 -
YUV 114.13 117.2 82.97 -
System Red Green Blue C M Y K H S L
Decimal 51 150 95 0.66 0 0.37 0.41 146.67 0.49 0.39
Hex 33 96 5F 42 0 25 29 93 31 27
Octal 63 226 137 102 0 45 51 223 61 47
Binary 110011 10010110 1011111 1000010 0 100101 101001 10010011 110001 100111

Color Harmonies of #33965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33965F

Black with #33965F

Text Example


Text Example

White with #33965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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