Html Css Color HEX #34BA52 Chateau Green

📋 copy color: '#34BA52'

red 52 ◦ green 186 ◦ blue 82

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

Shades of Chateau Green #34BA52

Tints of Chateau Green #34BA52

RGB

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

 GREEN value IS 186 (73.05% from 255) = 58.13%

 BLUE value IS 82 (32.42% from 255) = 25.63%

R = 16.25%
G = 58.13%
B = 25.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#34BA52 (or 0x34BA52) is known color: Chateau Green. HEX triplet: 34, BA and 52. RGB value is (52,186,82). Sum of RGB (Red+Green+Blue) = 52+186+82=320 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.25% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #34BA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34BA52 is #CB45AD. Grayscale: #868686. Windows color (decimal): -13321646 or 5421620. OLE color: 5421620.

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

Color convert

RGB 52 186 82 -
CMYK 0.72 0 0.56 0.27
HSL 133.43º 0.56% 0.47% -
HSV(B) 133.43º 0.72% 0.73% -
XYZ 20.5 36.46 13.94 -
YUV 134.08 98.61 69.46 -
System Red Green Blue C M Y K H S L
Decimal 52 186 82 0.72 0 0.56 0.27 133.43 0.56 0.47
Hex 34 BA 52 48 0 38 1B 85 38 2F
Octal 64 272 122 110 0 70 33 205 70 57
Binary 110100 10111010 1010010 1001000 0 111000 11011 10000101 111000 101111

Color Harmonies of #34BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34BA52

Black with #34BA52

Text Example


Text Example

White with #34BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,186,82); }

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

background-color css

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

 a { background-color: rgb(52,186,82); }

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

border-color css

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

 span { border-color: rgb(52,186,82); }

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