Html Css Color HEX #34BC51 Chateau Green

📋 copy color: '#34BC51'

red 52 ◦ green 188 ◦ blue 81

#34BC51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #34BC51

Tints of Chateau Green #34BC51

RGB

 RED value IS 52 (20.7% from 255) = 16.2%

 GREEN value IS 188 (73.83% from 255) = 58.57%

 BLUE value IS 81 (32.03% from 255) = 25.23%

R = 16.2%
G = 58.57%
B = 25.23%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#34BC51 (or 0x34BC51) is known color: Chateau Green. HEX triplet: 34, BC and 51. RGB value is (52,188,81). Sum of RGB (Red+Green+Blue) = 52+188+81=321 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.20% from 321); Green value is 188 (73.83% from 255 or 58.57% from 321); Blue value is 81 (32.03% from 255 or 25.23% from 321); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BC51 is #CB43AE. Grayscale: #878787. Windows color (decimal): -13321135 or 5356596. OLE color: 5356596.

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

Color convert

RGB 52 188 81 -
CMYK 0.72 0 0.57 0.26
HSL 132.79º 0.57% 0.47% -
HSV(B) 132.79º 0.72% 0.74% -
XYZ 20.88 37.29 13.88 -
YUV 135.14 97.44 68.7 -
System Red Green Blue C M Y K H S L
Decimal 52 188 81 0.72 0 0.57 0.26 132.79 0.57 0.47
Hex 34 BC 51 48 0 39 1A 85 39 2F
Octal 64 274 121 110 0 71 32 205 71 57
Binary 110100 10111100 1010001 1001000 0 111001 11010 10000101 111001 101111

Color Harmonies of #34BC51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BC51

Black with #34BC51

Text Example


Text Example

White with #34BC51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #34BC51;
 }
 .AnyTagClassName
 {
   color: #34BC51;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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