Html Css Color HEX #34B358 Chateau Green

📋 copy color: '#34B358'

red 52 ◦ green 179 ◦ blue 88

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

Shades of Chateau Green #34B358

Tints of Chateau Green #34B358

RGB

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

 GREEN value IS 179 (70.31% from 255) = 56.11%

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

R = 16.3%
G = 56.11%
B = 27.59%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#34B358 (or 0x34B358) is known color: Chateau Green. HEX triplet: 34, B3 and 58. RGB value is (52,179,88). Sum of RGB (Red+Green+Blue) = 52+179+88=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 88 (34.77% from 255 or 27.59% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #34B358 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #34B358 is #CB4CA7. Grayscale: #828282. Windows color (decimal): -13323432 or 5813044. OLE color: 5813044.

HSL color Cylindrical-coordinate representation of color #34B358: hue angle of 137.01º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #34B358 is Cyan = 0.71, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.

Color convert

RGB 52 179 88 -
CMYK 0.71 0 0.51 0.30
HSL 137.01º 0.55% 0.45% -
HSV(B) 137.01º 0.71% 0.7% -
XYZ 19.3 33.67 14.72 -
YUV 130.65 103.92 71.9 -
System Red Green Blue C M Y K H S L
Decimal 52 179 88 0.71 0 0.51 0.30 137.01 0.55 0.45
Hex 34 B3 58 47 0 33 1E 89 37 2D
Octal 64 263 130 107 0 63 36 211 67 55
Binary 110100 10110011 1011000 1000111 0 110011 11110 10001001 110111 101101

Color Harmonies of #34B358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #34B358

Black with #34B358

Text Example


Text Example

White with #34B358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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