Html Css Color HEX #33965B Eucalyptus

📋 copy color: '#33965B'

red 51 ◦ green 150 ◦ blue 91

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

Shades of Eucalyptus #33965B

Tints of Eucalyptus #33965B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.16%

R = 17.47%
G = 51.37%
B = 31.16%

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

#33965B (or 0x33965B) is known color: Eucalyptus. HEX triplet: 33, 96 and 5B. RGB value is (51,150,91). Sum of RGB (Red+Green+Blue) = 51+150+91=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #33965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33965B is #CC69A4. Grayscale: #717171. Windows color (decimal): -13396389 or 6002227. OLE color: 6002227.

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

Color convert

RGB 51 150 91 -
CMYK 0.66 0 0.39 0.41
HSL 144.24º 0.49% 0.39% -
HSV(B) 144.24º 0.66% 0.59% -
XYZ 14.16 23.27 13.64 -
YUV 113.67 115.2 83.3 -
System Red Green Blue C M Y K H S L
Decimal 51 150 91 0.66 0 0.39 0.41 144.24 0.49 0.39
Hex 33 96 5B 42 0 27 29 90 31 27
Octal 63 226 133 102 0 47 51 220 61 47
Binary 110011 10010110 1011011 1000010 0 100111 101001 10010000 110001 100111

Color Harmonies of #33965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33965B

Black with #33965B

Text Example


Text Example

White with #33965B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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