Html Css Color HEX #349C46 Chateau Green

📋 copy color: '#349C46'

red 52 ◦ green 156 ◦ blue 70

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

Shades of Chateau Green #349C46

Tints of Chateau Green #349C46

RGB

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

 GREEN value IS 156 (61.33% from 255) = 56.12%

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

R = 18.71%
G = 56.12%
B = 25.18%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.39

RGB Variations

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

Color information

#349C46 (or 0x349C46) is known color: Chateau Green. HEX triplet: 34, 9C and 46. RGB value is (52,156,70). Sum of RGB (Red+Green+Blue) = 52+156+70=278 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.71% from 278); Green value is 156 (61.33% from 255 or 56.12% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 156 - color contains mainly: green. Hex color #349C46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349C46 is #CB63B9. Grayscale: #737373. Windows color (decimal): -13329338 or 4627508. OLE color: 4627508.

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

Color convert

RGB 52 156 70 -
CMYK 0.67 0 0.55 0.39
HSL 130.38º 0.5% 0.41% -
HSV(B) 130.38º 0.67% 0.61% -
XYZ 14.41 24.95 9.85 -
YUV 115.1 102.54 82.99 -
System Red Green Blue C M Y K H S L
Decimal 52 156 70 0.67 0 0.55 0.39 130.38 0.5 0.41
Hex 34 9C 46 43 0 37 27 82 32 29
Octal 64 234 106 103 0 67 47 202 62 51
Binary 110100 10011100 1000110 1000011 0 110111 100111 10000010 110010 101001

Color Harmonies of #349C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349C46

Black with #349C46

Text Example


Text Example

White with #349C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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