Html Css Color HEX #34BC50 Chateau Green

📋 copy color: '#34BC50'

red 52 ◦ green 188 ◦ blue 80

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

Shades of Chateau Green #34BC50

Tints of Chateau Green #34BC50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 25%

R = 16.25%
G = 58.75%
B = 25%

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

#34BC50 (or 0x34BC50) is known color: Chateau Green. HEX triplet: 34, BC and 50. RGB value is (52,188,80). Sum of RGB (Red+Green+Blue) = 52+188+80=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 188 (73.83% from 255 or 58.75% from 320); Blue value is 80 (31.64% from 255 or 25% from 320); Max value from RGB is 188 - color contains mainly: green. Hex color #34BC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BC50 is #CB43AF. Grayscale: #878787. Windows color (decimal): -13321136 or 5291060. OLE color: 5291060.

HSL color Cylindrical-coordinate representation of color #34BC50: hue angle of 132.35º 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 #34BC50 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 188 80 -
CMYK 0.72 0 0.57 0.26
HSL 132.35º 0.57% 0.47% -
HSV(B) 132.35º 0.72% 0.74% -
XYZ 20.85 37.28 13.69 -
YUV 135.02 96.94 68.78 -
System Red Green Blue C M Y K H S L
Decimal 52 188 80 0.72 0 0.57 0.26 132.35 0.57 0.47
Hex 34 BC 50 48 0 39 1A 84 39 2F
Octal 64 274 120 110 0 71 32 204 71 57
Binary 110100 10111100 1010000 1001000 0 111001 11010 10000100 111001 101111

Color Harmonies of #34BC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BC50

Black with #34BC50

Text Example


Text Example

White with #34BC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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