#34B658

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

Shades of Chateau Green #34B658

Tints of Chateau Green #34B658

Color information

#34B658 (or 0x34B658) is unknown color: approx Chateau Green. HEX triplet: 34, B6 and 58. RGB value is (52,182,88). Sum of RGB (Red+Green+Blue) = 52+182+88=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 182 (71.48% from 255 or 56.52% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 182 - color contains mainly: green. Hex color #34B658 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B658 is #CB49A7. Grayscale: #848484. Windows color (decimal): -13322664 or 5813812. OLE color: 5813812.

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

Color convert

RGB5218288-
CMYK0.7100.520.29
HSL136.62º55.56%45.88%-
HSV(B)136.62º71.43%71.37%-
XYZ19.9134.8914.92-
YUV132.41102.9370.64-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.15%
GREEN value IS 182 (71.48% from 255) = 56.52%
BLUE value IS 88 (34.77% from 255) = 27.33%
R=16.15%
G=56.52%
B=27.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal52182880.7100.520.29136.6255.5645.88
Hex34B658470341D89382e
Octal64266130107064352117056
Binary110100101101101011000100011101101001110110001001111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34B658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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