Html Css Color HEX #33965C Eucalyptus

📋 copy color: '#33965C'

red 51 ◦ green 150 ◦ blue 92

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

Shades of Eucalyptus #33965C

Tints of Eucalyptus #33965C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.4%

R = 17.41%
G = 51.19%
B = 31.4%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#33965C (or 0x33965C) is known color: Eucalyptus. HEX triplet: 33, 96 and 5C. RGB value is (51,150,92). Sum of RGB (Red+Green+Blue) = 51+150+92=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #33965C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33965C is #CC69A3. Grayscale: #717171. Windows color (decimal): -13396388 or 6067763. OLE color: 6067763.

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

Color convert

RGB 51 150 92 -
CMYK 0.66 0 0.39 0.41
HSL 144.85º 0.49% 0.39% -
HSV(B) 144.85º 0.66% 0.59% -
XYZ 14.2 23.29 13.87 -
YUV 113.79 115.7 83.22 -
System Red Green Blue C M Y K H S L
Decimal 51 150 92 0.66 0 0.39 0.41 144.85 0.49 0.39
Hex 33 96 5C 42 0 27 29 91 31 27
Octal 63 226 134 102 0 47 51 221 61 47
Binary 110011 10010110 1011100 1000010 0 100111 101001 10010001 110001 100111

Color Harmonies of #33965C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33965C

Black with #33965C

Text Example


Text Example

White with #33965C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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