#34965B

Color #34965B Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #34965B

Tints of Eucalyptus #34965B

Color information

#34965B (or 0x34965B) is unknown color: approx Eucalyptus. HEX triplet: 34, 96 and 5B. RGB value is (52,150,91). Sum of RGB (Red+Green+Blue) = 52+150+91=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 150 (58.98% from 255 or 51.19% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 150 - color contains mainly: green. Hex color #34965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34965B is #CB69A4. Grayscale: #727272. Windows color (decimal): -13330853 or 6002228. OLE color: 6002228.

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

Color convert

RGB5215091-
CMYK0.6500.390.41
HSL143.88º48.51%39.61%-
HSV(B)143.88º65.33%58.82%-
XYZ14.2123.313.65-
YUV113.97115.0383.8-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 150 (58.98% from 255) = 51.19%
BLUE value IS 91 (35.94% from 255) = 31.06%
R=17.75%
G=51.19%
B=31.06%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52150910.6500.390.41143.8848.5139.61
Hex34965B4102729903128
Octal64226133101047512206150
Binary1101001001011010110111000001010011110100110010000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34965B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #34965B;
 }
 .AnyTagClassName
 {
   color: #34965B;
 }
</style>
background-color css

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

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

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

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

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

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