Html Css Color HEX #34A858 Chateau Green

📋 copy color: '#34A858'

red 52 ◦ green 168 ◦ blue 88

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

Shades of Chateau Green #34A858

Tints of Chateau Green #34A858

RGB

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

 GREEN value IS 168 (66.02% from 255) = 54.55%

 BLUE value IS 88 (34.77% from 255) = 28.57%

R = 16.88%
G = 54.55%
B = 28.57%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.48

 K value IS 0.34

RGB Variations

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

Color information

#34A858 (or 0x34A858) is known color: Chateau Green. HEX triplet: 34, A8 and 58. RGB value is (52,168,88). Sum of RGB (Red+Green+Blue) = 52+168+88=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 168 (66.02% from 255 or 54.55% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 168 - color contains mainly: green. Hex color #34A858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #34A858 is #CB57A7. Grayscale: #7C7C7C. Windows color (decimal): -13326248 or 5810228. OLE color: 5810228.

HSL color Cylindrical-coordinate representation of color #34A858: hue angle of 138.62º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #34A858 is Cyan = 0.69, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.34.

Color convert

RGB 52 168 88 -
CMYK 0.69 0 0.48 0.34
HSL 138.62º 0.53% 0.43% -
HSV(B) 138.62º 0.69% 0.66% -
XYZ 17.18 29.44 14.01 -
YUV 124.2 107.57 76.5 -
System Red Green Blue C M Y K H S L
Decimal 52 168 88 0.69 0 0.48 0.34 138.62 0.53 0.43
Hex 34 A8 58 45 0 30 22 8B 35 2B
Octal 64 250 130 105 0 60 42 213 65 53
Binary 110100 10101000 1011000 1000101 0 110000 100010 10001011 110101 101011

Color Harmonies of #34A858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34A858

Black with #34A858

Text Example


Text Example

White with #34A858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,168,88); }

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

background-color css

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

 a { background-color: rgb(52,168,88); }

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

border-color css

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

 span { border-color: rgb(52,168,88); }

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