#34BE54

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

Shades of Chateau Green #34BE54

Tints of Chateau Green #34BE54

Color information

#34BE54 (or 0x34BE54) is unknown color: approx Chateau Green. HEX triplet: 34, BE and 54. RGB value is (52,190,84). Sum of RGB (Red+Green+Blue) = 52+190+84=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 190 (74.61% from 255 or 58.28% from 326); Blue value is 84 (33.20% from 255 or 25.77% from 326); Max value from RGB is 190 - color contains mainly: green. Hex color #34BE54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BE54 is #CB41AB. Grayscale: #888888. Windows color (decimal): -13320620 or 5553716. OLE color: 5553716.

HSL color Cylindrical-coordinate representation of color #34BE54: hue angle of 133.91º 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 #34BE54 is Cyan = 0.73, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB5219084-
CMYK0.7300.560.25
HSL133.91º57.02%47.45%-
HSV(B)133.91º72.63%74.51%-
XYZ21.4338.214.63-
YUV136.6598.2867.62-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 15.95%
GREEN value IS 190 (74.61% from 255) = 58.28%
BLUE value IS 84 (33.20% from 255) = 25.77%
R=15.95%
G=58.28%
B=25.77%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal52190840.7300.560.25133.9157.0247.45
Hex34BE54490381986392f
Octal64276124111070312067157
Binary110100101111101010100100100101110001100110000110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34BE54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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