Html Css Color HEX #34A55C Chateau Green

📋 copy color: '#34A55C'

red 52 ◦ green 165 ◦ blue 92

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

Shades of Chateau Green #34A55C

Tints of Chateau Green #34A55C

RGB

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

 GREEN value IS 165 (64.84% from 255) = 53.4%

 BLUE value IS 92 (36.33% from 255) = 29.77%

R = 16.83%
G = 53.4%
B = 29.77%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#34A55C (or 0x34A55C) is known color: Chateau Green. HEX triplet: 34, A5 and 5C. RGB value is (52,165,92). Sum of RGB (Red+Green+Blue) = 52+165+92=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 165 (64.84% from 255 or 53.40% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 165 - color contains mainly: green. Hex color #34A55C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A55C is #CB5AA3. Grayscale: #7B7B7B. Windows color (decimal): -13327012 or 6071604. OLE color: 6071604.

HSL color Cylindrical-coordinate representation of color #34A55C: hue angle of 141.24º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #34A55C is Cyan = 0.68, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 165 92 -
CMYK 0.68 0 0.44 0.35
HSL 141.24º 0.52% 0.43% -
HSV(B) 141.24º 0.68% 0.65% -
XYZ 16.8 28.41 14.72 -
YUV 122.89 110.56 77.44 -
System Red Green Blue C M Y K H S L
Decimal 52 165 92 0.68 0 0.44 0.35 141.24 0.52 0.43
Hex 34 A5 5C 44 0 2C 23 8D 34 2B
Octal 64 245 134 104 0 54 43 215 64 53
Binary 110100 10100101 1011100 1000100 0 101100 100011 10001101 110100 101011

Color Harmonies of #34A55C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A55C

Black with #34A55C

Text Example


Text Example

White with #34A55C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,165,92); }

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

background-color css

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

 a { background-color: rgb(52,165,92); }

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

border-color css

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

 span { border-color: rgb(52,165,92); }

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