#34B65A

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

Shades of Chateau Green #34B65A

Tints of Chateau Green #34B65A

Color information

#34B65A (or 0x34B65A) is unknown color: approx Chateau Green. HEX triplet: 34, B6 and 5A. RGB value is (52,182,90). Sum of RGB (Red+Green+Blue) = 52+182+90=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 182 (71.48% from 255 or 56.17% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 182 - color contains mainly: green. Hex color #34B65A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B65A is #CB49A5. Grayscale: #848484. Windows color (decimal): -13322662 or 5944884. OLE color: 5944884.

HSL color Cylindrical-coordinate representation of color #34B65A: hue angle of 137.54º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B65A is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB5218290-
CMYK0.7100.510.29
HSL137.54º55.56%45.88%-
HSV(B)137.54º71.43%71.37%-
XYZ19.9934.9215.36-
YUV132.64103.9370.48-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.05%
GREEN value IS 182 (71.48% from 255) = 56.17%
BLUE value IS 90 (35.55% from 255) = 27.78%
R=16.05%
G=56.17%
B=27.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52182900.7100.510.29137.5455.5645.88
Hex34B65A470331D8a382e
Octal64266132107063352127056
Binary110100101101101011010100011101100111110110001010111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,182,90); }

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

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

 a { background-color: rgb(52,182,90); }

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

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

 span { border-color: rgb(52,182,90); }

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