#34B651

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

Shades of Chateau Green #34B651

Tints of Chateau Green #34B651

Color information

#34B651 (or 0x34B651) is unknown color: approx Chateau Green. HEX triplet: 34, B6 and 51. RGB value is (52,182,81). Sum of RGB (Red+Green+Blue) = 52+182+81=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 182 (71.48% from 255 or 57.78% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 182 - color contains mainly: green. Hex color #34B651 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B651 is #CB49AE. Grayscale: #838383. Windows color (decimal): -13322671 or 5355060. OLE color: 5355060.

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

Color convert

RGB5218281-
CMYK0.7100.550.29
HSL133.38º55.56%45.88%-
HSV(B)133.38º71.43%71.37%-
XYZ19.6334.7813.46-
YUV131.6299.4371.21-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.51%
GREEN value IS 182 (71.48% from 255) = 57.78%
BLUE value IS 81 (32.03% from 255) = 25.71%
R=16.51%
G=57.78%
B=25.71%

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
Decimal52182810.7100.550.29133.3855.5645.88
Hex34B651470371D85382e
Octal64266121107067352057056
Binary110100101101101010001100011101101111110110000101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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