#34A654

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

Shades of Chateau Green #34A654

Tints of Chateau Green #34A654

Color information

#34A654 (or 0x34A654) is unknown color: approx Chateau Green. HEX triplet: 34, A6 and 54. RGB value is (52,166,84). Sum of RGB (Red+Green+Blue) = 52+166+84=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 166 (65.23% from 255 or 54.97% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 166 - color contains mainly: green. Hex color #34A654 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A654 is #CB59AB. Grayscale: #7A7A7A. Windows color (decimal): -13326764 or 5547572. OLE color: 5547572.

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

Color convert

RGB5216684-
CMYK0.6900.490.35
HSL136.84º52.29%42.75%-
HSV(B)136.84º68.67%65.1%-
XYZ16.6528.6413.04-
YUV122.57106.2377.67-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.22%
GREEN value IS 166 (65.23% from 255) = 54.97%
BLUE value IS 84 (33.20% from 255) = 27.81%
R=17.22%
G=54.97%
B=27.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal52166840.6900.490.35136.8452.2942.75
Hex34A654450312389342b
Octal64246124105061432116453
Binary1101001010011010101001000101011000110001110001001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34A654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,166,84); }

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

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

 a { background-color: rgb(52,166,84); }

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

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

 span { border-color: rgb(52,166,84); }

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