Html Css Color HEX #349846 Chateau Green

📋 copy color: '#349846'

red 52 ◦ green 152 ◦ blue 70

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

Shades of Chateau Green #349846

Tints of Chateau Green #349846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.55%

R = 18.98%
G = 55.47%
B = 25.55%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.54

 K value IS 0.40

RGB Variations

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

Color information

#349846 (or 0x349846) is known color: Chateau Green. HEX triplet: 34, 98 and 46. RGB value is (52,152,70). Sum of RGB (Red+Green+Blue) = 52+152+70=274 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.98% from 274); Green value is 152 (59.77% from 255 or 55.47% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 152 - color contains mainly: green. Hex color #349846 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349846 is #CB67B9. Grayscale: #707070. Windows color (decimal): -13330362 or 4626484. OLE color: 4626484.

HSL color Cylindrical-coordinate representation of color #349846: hue angle of 130.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 #349846 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 152 70 -
CMYK 0.66 0 0.54 0.40
HSL 130.8º 0.49% 0.4% -
HSV(B) 130.8º 0.66% 0.6% -
XYZ 13.75 23.63 9.63 -
YUV 112.75 103.87 84.67 -
System Red Green Blue C M Y K H S L
Decimal 52 152 70 0.66 0 0.54 0.40 130.8 0.49 0.4
Hex 34 98 46 42 0 36 28 83 31 28
Octal 64 230 106 102 0 66 50 203 61 50
Binary 110100 10011000 1000110 1000010 0 110110 101000 10000011 110001 101000

Color Harmonies of #349846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349846

Black with #349846

Text Example


Text Example

White with #349846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349846; }

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

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

background-color css

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

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

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

border-color css

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

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

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