#34966A

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

Shades of Eucalyptus #34966A

Tints of Eucalyptus #34966A

Color information

#34966A (or 0x34966A) is unknown color: approx Eucalyptus. HEX triplet: 34, 96 and 6A. RGB value is (52,150,106). Sum of RGB (Red+Green+Blue) = 52+150+106=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 150 (58.98% from 255 or 48.70% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 150 - color contains mainly: green. Hex color #34966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34966A is #CB6995. Grayscale: #737373. Windows color (decimal): -13330838 or 6985268. OLE color: 6985268.

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

Color convert

RGB52150106-
CMYK0.6500.290.41
HSL153.06º48.51%39.61%-
HSV(B)153.06º65.33%58.82%-
XYZ14.9223.5817.4-
YUV115.68122.5382.58-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.88%
GREEN value IS 150 (58.98% from 255) = 48.70%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=16.88%
G=48.70%
B=34.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal521501060.6500.290.41153.0648.5139.61
Hex34966A4101D29993128
Octal64226152101035512316150
Binary110100100101101101010100000101110110100110011001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34966A; }

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

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

<style>
 a { background-color: #34966A; }

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

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

<style>
 span { border-color: #34966A; }

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

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