Html Css Color HEX #349850 Chateau Green

📋 copy color: '#349850'

red 52 ◦ green 152 ◦ blue 80

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

Shades of Chateau Green #349850

Tints of Chateau Green #349850

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.52%

 BLUE value IS 80 (31.64% from 255) = 28.17%

R = 18.31%
G = 53.52%
B = 28.17%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.47

 K value IS 0.40

RGB Variations

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

Color information

#349850 (or 0x349850) is known color: Chateau Green. HEX triplet: 34, 98 and 50. RGB value is (52,152,80). Sum of RGB (Red+Green+Blue) = 52+152+80=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 152 (59.77% from 255 or 53.52% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 152 - color contains mainly: green. Hex color #349850 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349850 is #CB67AF. Grayscale: #727272. Windows color (decimal): -13330352 or 5281844. OLE color: 5281844.

HSL color Cylindrical-coordinate representation of color #349850: hue angle of 136.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #349850 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 152 80 -
CMYK 0.66 0 0.47 0.40
HSL 136.8º 0.49% 0.4% -
HSV(B) 136.8º 0.66% 0.6% -
XYZ 14.09 23.77 11.43 -
YUV 113.89 108.87 83.85 -
System Red Green Blue C M Y K H S L
Decimal 52 152 80 0.66 0 0.47 0.40 136.8 0.49 0.4
Hex 34 98 50 42 0 2F 28 89 31 28
Octal 64 230 120 102 0 57 50 211 61 50
Binary 110100 10011000 1010000 1000010 0 101111 101000 10001001 110001 101000

Color Harmonies of #349850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349850

Black with #349850

Text Example


Text Example

White with #349850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349850; }

 p { color: rgb(52,152,80); }

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

background-color css

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

 a { background-color: rgb(52,152,80); }

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

border-color css

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

 span { border-color: rgb(52,152,80); }

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