Html Css Color HEX #34A250 Chateau Green

📋 copy color: '#34A250'

red 52 ◦ green 162 ◦ blue 80

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

Shades of Chateau Green #34A250

Tints of Chateau Green #34A250

RGB

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

 GREEN value IS 162 (63.67% from 255) = 55.1%

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

R = 17.69%
G = 55.1%
B = 27.21%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#34A250 (or 0x34A250) is known color: Chateau Green. HEX triplet: 34, A2 and 50. RGB value is (52,162,80). Sum of RGB (Red+Green+Blue) = 52+162+80=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 162 (63.67% from 255 or 55.10% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 162 - color contains mainly: green. Hex color #34A250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A250 is #CB5DAF. Grayscale: #777777. Windows color (decimal): -13327792 or 5284404. OLE color: 5284404.

HSL color Cylindrical-coordinate representation of color #34A250: hue angle of 135.27º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A250 is Cyan = 0.68, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.36.

Color convert

RGB 52 162 80 -
CMYK 0.68 0 0.51 0.36
HSL 135.27º 0.51% 0.42% -
HSV(B) 135.27º 0.68% 0.64% -
XYZ 15.78 27.15 12 -
YUV 119.76 105.56 79.67 -
System Red Green Blue C M Y K H S L
Decimal 52 162 80 0.68 0 0.51 0.36 135.27 0.51 0.42
Hex 34 A2 50 44 0 33 24 87 33 2A
Octal 64 242 120 104 0 63 44 207 63 52
Binary 110100 10100010 1010000 1000100 0 110011 100100 10000111 110011 101010

Color Harmonies of #34A250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A250

Black with #34A250

Text Example


Text Example

White with #34A250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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