#34BE51

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

Shades of Chateau Green #34BE51

Tints of Chateau Green #34BE51

Color information

#34BE51 (or 0x34BE51) is unknown color: approx Chateau Green. HEX triplet: 34, BE and 51. RGB value is (52,190,81). Sum of RGB (Red+Green+Blue) = 52+190+81=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 190 (74.61% from 255 or 58.82% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 190 - color contains mainly: green. Hex color #34BE51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BE51 is #CB41AE. Grayscale: #888888. Windows color (decimal): -13320623 or 5357108. OLE color: 5357108.

HSL color Cylindrical-coordinate representation of color #34BE51: hue angle of 132.61º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #34BE51 is Cyan = 0.73, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB5219081-
CMYK0.7300.570.25
HSL132.61º57.02%47.45%-
HSV(B)132.61º72.63%74.51%-
XYZ21.3138.1514.03-
YUV136.3196.7867.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 16.10%
GREEN value IS 190 (74.61% from 255) = 58.82%
BLUE value IS 81 (32.03% from 255) = 25.08%
R=16.10%
G=58.82%
B=25.08%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52190810.7300.570.25132.6157.0247.45
Hex34BE51490391985392f
Octal64276121111071312057157
Binary110100101111101010001100100101110011100110000101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BE51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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