#34965F

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

Shades of Eucalyptus #34965F

Tints of Eucalyptus #34965F

Color information

#34965F (or 0x34965F) is unknown color: approx Eucalyptus. HEX triplet: 34, 96 and 5F. RGB value is (52,150,95). Sum of RGB (Red+Green+Blue) = 52+150+95=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #34965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34965F is #CB69A0. Grayscale: #727272. Windows color (decimal): -13330849 or 6264372. OLE color: 6264372.

HSL color Cylindrical-coordinate representation of color #34965F: hue angle of 146.33º 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 #34965F is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB5215095-
CMYK0.6500.370.41
HSL146.33º48.51%39.61%-
HSV(B)146.33º65.33%58.82%-
XYZ14.3923.3714.58-
YUV114.43117.0383.47-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 150 (58.98% from 255) = 50.51%
BLUE value IS 95 (37.5% from 255) = 31.99%
R=17.51%
G=50.51%
B=31.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52150950.6500.370.41146.3348.5139.61
Hex34965F4102529923128
Octal64226137101045512226150
Binary1101001001011010111111000001010010110100110010010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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