#34965D

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

Shades of Eucalyptus #34965D

Tints of Eucalyptus #34965D

Color information

#34965D (or 0x34965D) is unknown color: approx Eucalyptus. HEX triplet: 34, 96 and 5D. RGB value is (52,150,93). Sum of RGB (Red+Green+Blue) = 52+150+93=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #34965D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34965D is #CB69A2. Grayscale: #727272. Windows color (decimal): -13330851 or 6133300. OLE color: 6133300.

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

Color convert

RGB5215093-
CMYK0.6500.380.41
HSL145.1º48.51%39.61%-
HSV(B)145.1º65.33%58.82%-
XYZ14.323.3314.11-
YUV114.2116.0383.63-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 150 (58.98% from 255) = 50.85%
BLUE value IS 93 (36.72% from 255) = 31.53%
R=17.63%
G=50.85%
B=31.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal52150930.6500.380.41145.148.5139.61
Hex34965D4102629913128
Octal64226135101046512216150
Binary1101001001011010111011000001010011010100110010001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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