Html Css Color HEX #34A548 Chateau Green

📋 copy color: '#34A548'

red 52 ◦ green 165 ◦ blue 72

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

Shades of Chateau Green #34A548

Tints of Chateau Green #34A548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 24.91%

R = 17.99%
G = 57.09%
B = 24.91%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#34A548 (or 0x34A548) is known color: Chateau Green. HEX triplet: 34, A5 and 48. RGB value is (52,165,72). Sum of RGB (Red+Green+Blue) = 52+165+72=289 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.99% from 289); Green value is 165 (64.84% from 255 or 57.09% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 165 - color contains mainly: green. Hex color #34A548 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #34A548 is #CB5AB7. Grayscale: #787878. Windows color (decimal): -13327032 or 4760884. OLE color: 4760884.

HSL color Cylindrical-coordinate representation of color #34A548: hue angle of 130.62º 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 #34A548 is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 52 165 72 -
CMYK 0.68 0 0.56 0.35
HSL 130.62º 0.52% 0.43% -
HSV(B) 130.62º 0.68% 0.65% -
XYZ 16.04 28.11 10.71 -
YUV 120.61 100.56 79.06 -
System Red Green Blue C M Y K H S L
Decimal 52 165 72 0.68 0 0.56 0.35 130.62 0.52 0.43
Hex 34 A5 48 44 0 38 23 83 34 2B
Octal 64 245 110 104 0 70 43 203 64 53
Binary 110100 10100101 1001000 1000100 0 111000 100011 10000011 110100 101011

Color Harmonies of #34A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A548

Black with #34A548

Text Example


Text Example

White with #34A548

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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