#34A569

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

Shades of Eucalyptus #34A569

Tints of Eucalyptus #34A569

Color information

#34A569 (or 0x34A569) is unknown color: approx Eucalyptus. HEX triplet: 34, A5 and 69. RGB value is (52,165,105). Sum of RGB (Red+Green+Blue) = 52+165+105=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 165 (64.84% from 255 or 51.24% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 165 - color contains mainly: green. Hex color #34A569 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A569 is #CB5A96. Grayscale: #7C7C7C. Windows color (decimal): -13326999 or 6923572. OLE color: 6923572.

HSL color Cylindrical-coordinate representation of color #34A569: hue angle of 148.14º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A569 is Cyan = 0.68, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.35.

Color convert

RGB52165105-
CMYK0.6800.360.35
HSL148.14º52.07%42.55%-
HSV(B)148.14º68.48%64.71%-
XYZ17.4228.6617.98-
YUV124.37117.0676.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.15%
GREEN value IS 165 (64.84% from 255) = 51.24%
BLUE value IS 105 (41.41% from 255) = 32.61%
R=16.15%
G=51.24%
B=32.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal521651050.6800.360.35148.1452.0742.55
Hex34A569440242394342b
Octal64245151104044432246453
Binary1101001010010111010011000100010010010001110010100110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34A569; }

 p { color: rgb(52,165,105); }

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

<style>
 a { background-color: #34A569; }

 a { background-color: rgb(52,165,105); }

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

<style>
 span { border-color: #34A569; }

 span { border-color: rgb(52,165,105); }

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