#349441

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

Shades of Chateau Green #349441

Tints of Chateau Green #349441

Color information

#349441 (or 0x349441) is unknown color: approx Chateau Green. HEX triplet: 34, 94 and 41. RGB value is (52,148,65). Sum of RGB (Red+Green+Blue) = 52+148+65=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 148 (58.20% from 255 or 55.85% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 148 - color contains mainly: green. Hex color #349441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349441 is #CB6BBE. Grayscale: #6E6E6E. Windows color (decimal): -13331391 or 4297780. OLE color: 4297780.

HSL color Cylindrical-coordinate representation of color #349441: hue angle of 128.12º 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 #349441 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB5214865-
CMYK0.6500.560.42
HSL128.12º48%39.22%-
HSV(B)128.12º64.86%58.04%-
XYZ12.9622.298.62-
YUV109.83102.786.75-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 148 (58.20% from 255) = 55.85%
BLUE value IS 65 (25.78% from 255) = 24.53%
R=19.62%
G=55.85%
B=24.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52148650.6500.560.42128.124839.22
Hex349441410382A803027
Octal64224101101070522006047
Binary1101001001010010000011000001011100010101010000000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349441; }

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

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

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

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

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

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

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

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