#34B652

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

Shades of Chateau Green #34B652

Tints of Chateau Green #34B652

Color information

#34B652 (or 0x34B652) is unknown color: approx Chateau Green. HEX triplet: 34, B6 and 52. RGB value is (52,182,82). Sum of RGB (Red+Green+Blue) = 52+182+82=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 182 (71.48% from 255 or 57.59% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 182 - color contains mainly: green. Hex color #34B652 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B652 is #CB49AD. Grayscale: #848484. Windows color (decimal): -13322670 or 5420596. OLE color: 5420596.

HSL color Cylindrical-coordinate representation of color #34B652: hue angle of 133.85º 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 #34B652 is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB5218282-
CMYK0.7100.550.29
HSL133.85º55.56%45.88%-
HSV(B)133.85º71.43%71.37%-
XYZ19.6734.813.66-
YUV131.7399.9371.13-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.46%
GREEN value IS 182 (71.48% from 255) = 57.59%
BLUE value IS 82 (32.42% from 255) = 25.95%
R=16.46%
G=57.59%
B=25.95%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52182820.7100.550.29133.8555.5645.88
Hex34B652470371D86382e
Octal64266122107067352067056
Binary110100101101101010010100011101101111110110000110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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