#34955D

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

Shades of Eucalyptus #34955D

Tints of Eucalyptus #34955D

Color information

#34955D (or 0x34955D) is unknown color: approx Eucalyptus. HEX triplet: 34, 95 and 5D. RGB value is (52,149,93). Sum of RGB (Red+Green+Blue) = 52+149+93=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 149 (58.59% from 255 or 50.68% from 294); Blue value is 93 (36.72% from 255 or 31.63% from 294); Max value from RGB is 149 - color contains mainly: green. Hex color #34955D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34955D is #CB6AA2. Grayscale: #717171. Windows color (decimal): -13331107 or 6133044. OLE color: 6133044.

HSL color Cylindrical-coordinate representation of color #34955D: hue angle of 145.36º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #34955D is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB5214993-
CMYK0.6500.380.42
HSL145.36º48.26%39.41%-
HSV(B)145.36º65.1%58.43%-
XYZ14.1423.0214.05-
YUV113.61116.3684.05-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 149 (58.59% from 255) = 50.68%
BLUE value IS 93 (36.72% from 255) = 31.63%
R=17.69%
G=50.68%
B=31.63%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52149930.6500.380.42145.3648.2639.41
Hex34955D410262A913027
Octal64225135101046522216047
Binary1101001001010110111011000001010011010101010010001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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