Html Css Color HEX #349D42 Chateau Green

📋 copy color: '#349D42'

red 52 ◦ green 157 ◦ blue 66

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

Shades of Chateau Green #349D42

Tints of Chateau Green #349D42

RGB

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

 GREEN value IS 157 (61.72% from 255) = 57.09%

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

R = 18.91%
G = 57.09%
B = 24%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.38

RGB Variations

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

Color information

#349D42 (or 0x349D42) is known color: Chateau Green. HEX triplet: 34, 9D and 42. RGB value is (52,157,66). Sum of RGB (Red+Green+Blue) = 52+157+66=275 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.91% from 275); Green value is 157 (61.72% from 255 or 57.09% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 157 - color contains mainly: green. Hex color #349D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349D42 is #CB62BD. Grayscale: #737373. Windows color (decimal): -13329086 or 4365620. OLE color: 4365620.

HSL color Cylindrical-coordinate representation of color #349D42: hue angle of 128º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #349D42 is Cyan = 0.67, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 157 66 -
CMYK 0.67 0 0.58 0.38
HSL 128º 0.5% 0.41% -
HSV(B) 128º 0.67% 0.62% -
XYZ 14.46 25.24 9.26 -
YUV 115.23 100.21 82.9 -
System Red Green Blue C M Y K H S L
Decimal 52 157 66 0.67 0 0.58 0.38 128 0.5 0.41
Hex 34 9D 42 43 0 3A 26 80 32 29
Octal 64 235 102 103 0 72 46 200 62 51
Binary 110100 10011101 1000010 1000011 0 111010 100110 10000000 110010 101001

Color Harmonies of #349D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349D42

Black with #349D42

Text Example


Text Example

White with #349D42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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