#349F44

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

Shades of Chateau Green #349F44

Tints of Chateau Green #349F44

Color information

#349F44 (or 0x349F44) is unknown color: approx Chateau Green. HEX triplet: 34, 9F and 44. RGB value is (52,159,68). Sum of RGB (Red+Green+Blue) = 52+159+68=279 (36% of max value = 765). Red value is 52 (20.70% from 255 or 18.64% from 279); Green value is 159 (62.5% from 255 or 56.99% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 159 - color contains mainly: green. Hex color #349F44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349F44 is #CB60BB. Grayscale: #747474. Windows color (decimal): -13328572 or 4497204. OLE color: 4497204.

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

Color convert

RGB5215968-
CMYK0.6700.570.38
HSL128.97º50.71%41.37%-
HSV(B)128.97º67.3%62.35%-
XYZ14.8625.949.69-
YUV116.63100.5581.9-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.64%
GREEN value IS 159 (62.5% from 255) = 56.99%
BLUE value IS 68 (26.95% from 255) = 24.37%
R=18.64%
G=56.99%
B=24.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal52159680.6700.570.38128.9750.7141.37
Hex349F444303926813329
Octal64237104103071462016351
Binary1101001001111110001001000011011100110011010000001110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,159,68); }

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

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

 a { background-color: rgb(52,159,68); }

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

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

 span { border-color: rgb(52,159,68); }

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