#349A4E

Color #349A4E Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #349A4E

Tints of Chateau Green #349A4E

Color information

#349A4E (or 0x349A4E) is unknown color: approx Chateau Green. HEX triplet: 34, 9A and 4E. RGB value is (52,154,78). Sum of RGB (Red+Green+Blue) = 52+154+78=284 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.31% from 284); Green value is 154 (60.55% from 255 or 54.23% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 154 - color contains mainly: green. Hex color #349A4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #349A4E is #CB65B1. Grayscale: #737373. Windows color (decimal): -13329842 or 5151284. OLE color: 5151284.

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

Color convert

RGB5215478-
CMYK0.6600.490.40
HSL135.29º49.51%40.39%-
HSV(B)135.29º66.23%60.39%-
XYZ14.3524.3911.16-
YUV114.84107.2183.18-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.31%
GREEN value IS 154 (60.55% from 255) = 54.23%
BLUE value IS 78 (30.86% from 255) = 27.46%
R=18.31%
G=54.23%
B=27.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal52154780.6600.490.40135.2949.5140.39
Hex349A4E4203128873228
Octal64232116102061502076250
Binary1101001001101010011101000010011000110100010000111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #349A4E;
 }
 .AnyTagClassName
 {
   color: #349A4E;
 }
</style>
background-color css

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

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

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

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

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

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