Html Css Color HEX #33965D Eucalyptus

📋 copy color: '#33965D'

red 51 ◦ green 150 ◦ blue 93

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

Shades of Eucalyptus #33965D

Tints of Eucalyptus #33965D

RGB

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

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

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

R = 17.35%
G = 51.02%
B = 31.63%

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

#33965D (or 0x33965D) is known color: Eucalyptus. HEX triplet: 33, 96 and 5D. RGB value is (51,150,93). Sum of RGB (Red+Green+Blue) = 51+150+93=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #33965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33965D is #CC69A2. Grayscale: #727272. Windows color (decimal): -13396387 or 6133299. OLE color: 6133299.

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

Color convert

RGB 51 150 93 -
CMYK 0.66 0 0.38 0.41
HSL 145.45º 0.49% 0.39% -
HSV(B) 145.45º 0.66% 0.59% -
XYZ 14.25 23.31 14.1 -
YUV 113.9 116.2 83.13 -
System Red Green Blue C M Y K H S L
Decimal 51 150 93 0.66 0 0.38 0.41 145.45 0.49 0.39
Hex 33 96 5D 42 0 26 29 91 31 27
Octal 63 226 135 102 0 46 51 221 61 47
Binary 110011 10010110 1011101 1000010 0 100110 101001 10010001 110001 100111

Color Harmonies of #33965D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33965D

Black with #33965D

Text Example


Text Example

White with #33965D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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