#349443

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

Shades of Chateau Green #349443

Tints of Chateau Green #349443

Color information

#349443 (or 0x349443) is unknown color: approx Chateau Green. HEX triplet: 34, 94 and 43. RGB value is (52,148,67). Sum of RGB (Red+Green+Blue) = 52+148+67=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 148 (58.20% from 255 or 55.43% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 148 - color contains mainly: green. Hex color #349443 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349443 is #CB6BBC. Grayscale: #6E6E6E. Windows color (decimal): -13331389 or 4428852. OLE color: 4428852.

HSL color Cylindrical-coordinate representation of color #349443: hue angle of 129.38º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #349443 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB5214867-
CMYK0.6500.550.42
HSL129.38º48%39.22%-
HSV(B)129.38º64.86%58.04%-
XYZ13.0222.328.93-
YUV110.06103.786.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 148 (58.20% from 255) = 55.43%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=19.48%
G=55.43%
B=25.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52148670.6500.550.42129.384839.22
Hex349443410372A813027
Octal64224103101067522016047
Binary1101001001010010000111000001011011110101010000001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349443; }

 p { color: rgb(52,148,67); }

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

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

 a { background-color: rgb(52,148,67); }

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

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

 span { border-color: rgb(52,148,67); }

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