#349E45

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

Shades of Chateau Green #349E45

Tints of Chateau Green #349E45

Color information

#349E45 (or 0x349E45) is unknown color: approx Chateau Green. HEX triplet: 34, 9E and 45. RGB value is (52,158,69). Sum of RGB (Red+Green+Blue) = 52+158+69=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 158 (62.11% from 255 or 56.63% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 158 - color contains mainly: green. Hex color #349E45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349E45 is #CB61BA. Grayscale: #747474. Windows color (decimal): -13328827 or 4562484. OLE color: 4562484.

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

Color convert

RGB5215869-
CMYK0.6700.560.38
HSL129.62º50.48%41.18%-
HSV(B)129.62º67.09%61.96%-
XYZ14.7225.619.8-
YUV116.16101.3882.24-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 158 (62.11% from 255) = 56.63%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=18.64%
G=56.63%
B=24.73%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52158690.6700.560.38129.6250.4841.18
Hex349E454303826823229
Octal64236105103070462026251
Binary1101001001111010001011000011011100010011010000010110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,158,69); }

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

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

 a { background-color: rgb(52,158,69); }

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

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

 span { border-color: rgb(52,158,69); }

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