Html Css Color HEX #34B858 Chateau Green

📋 copy color: '#34B858'

red 52 ◦ green 184 ◦ blue 88

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

Shades of Chateau Green #34B858

Tints of Chateau Green #34B858

RGB

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

 GREEN value IS 184 (72.27% from 255) = 56.79%

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

R = 16.05%
G = 56.79%
B = 27.16%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#34B858 (or 0x34B858) is known color: Chateau Green. HEX triplet: 34, B8 and 58. RGB value is (52,184,88). Sum of RGB (Red+Green+Blue) = 52+184+88=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 184 (72.27% from 255 or 56.79% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 184 - color contains mainly: green. Hex color #34B858 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B858 is #CB47A7. Grayscale: #858585. Windows color (decimal): -13322152 or 5814324. OLE color: 5814324.

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

Color convert

RGB 52 184 88 -
CMYK 0.72 0 0.52 0.28
HSL 136.36º 0.56% 0.46% -
HSV(B) 136.36º 0.72% 0.72% -
XYZ 20.32 35.72 15.06 -
YUV 133.59 102.27 69.81 -
System Red Green Blue C M Y K H S L
Decimal 52 184 88 0.72 0 0.52 0.28 136.36 0.56 0.46
Hex 34 B8 58 48 0 34 1C 88 38 2E
Octal 64 270 130 110 0 64 34 210 70 56
Binary 110100 10111000 1011000 1001000 0 110100 11100 10001000 111000 101110

Color Harmonies of #34B858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B858

Black with #34B858

Text Example


Text Example

White with #34B858

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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