Html Css Color HEX #349A42 Chateau Green

📋 copy color: '#349A42'

red 52 ◦ green 154 ◦ blue 66

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

Shades of Chateau Green #349A42

Tints of Chateau Green #349A42

RGB

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

 GREEN value IS 154 (60.55% from 255) = 56.62%

 BLUE value IS 66 (26.17% from 255) = 24.26%

R = 19.12%
G = 56.62%
B = 24.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#349A42 (or 0x349A42) is known color: Chateau Green. HEX triplet: 34, 9A and 42. RGB value is (52,154,66). Sum of RGB (Red+Green+Blue) = 52+154+66=272 (36% of max value = 765). Red value is 52 (20.70% from 255 or 19.12% from 272); Green value is 154 (60.55% from 255 or 56.62% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 154 - color contains mainly: green. Hex color #349A42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349A42 is #CB65BD. Grayscale: #717171. Windows color (decimal): -13329854 or 4364852. OLE color: 4364852.

HSL color Cylindrical-coordinate representation of color #349A42: hue angle of 128.24º degrees, saturation: 0.5, 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 #349A42 is Cyan = 0.66, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB 52 154 66 -
CMYK 0.66 0 0.57 0.40
HSL 128.24º 0.5% 0.4% -
HSV(B) 128.24º 0.66% 0.6% -
XYZ 13.96 24.23 9.1 -
YUV 113.47 101.21 84.16 -
System Red Green Blue C M Y K H S L
Decimal 52 154 66 0.66 0 0.57 0.40 128.24 0.5 0.4
Hex 34 9A 42 42 0 39 28 80 32 28
Octal 64 232 102 102 0 71 50 200 62 50
Binary 110100 10011010 1000010 1000010 0 111001 101000 10000000 110010 101000

Color Harmonies of #349A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349A42

Black with #349A42

Text Example


Text Example

White with #349A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349A42; }

 p { color: rgb(52,154,66); }

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

background-color css

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

 a { background-color: rgb(52,154,66); }

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

border-color css

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

 span { border-color: rgb(52,154,66); }

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