Html Css Color HEX #349D4A Chateau Green

📋 copy color: '#349D4A'

red 52 ◦ green 157 ◦ blue 74

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

Shades of Chateau Green #349D4A

Tints of Chateau Green #349D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.15%

R = 18.37%
G = 55.48%
B = 26.15%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.38

RGB Variations

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

Color information

#349D4A (or 0x349D4A) is known color: Chateau Green. HEX triplet: 34, 9D and 4A. RGB value is (52,157,74). Sum of RGB (Red+Green+Blue) = 52+157+74=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #349D4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349D4A is #CB62B5. Grayscale: #747474. Windows color (decimal): -13329078 or 4889908. OLE color: 4889908.

HSL color Cylindrical-coordinate representation of color #349D4A: hue angle of 132.57º 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 #349D4A is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB 52 157 74 -
CMYK 0.67 0 0.53 0.38
HSL 132.57º 0.5% 0.41% -
HSV(B) 132.57º 0.67% 0.62% -
XYZ 14.71 25.34 10.59 -
YUV 116.14 104.21 82.25 -
System Red Green Blue C M Y K H S L
Decimal 52 157 74 0.67 0 0.53 0.38 132.57 0.5 0.41
Hex 34 9D 4A 43 0 35 26 85 32 29
Octal 64 235 112 103 0 65 46 205 62 51
Binary 110100 10011101 1001010 1000011 0 110101 100110 10000101 110010 101001

Color Harmonies of #349D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349D4A

Black with #349D4A

Text Example


Text Example

White with #349D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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