#349241

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

Shades of Chateau Green #349241

Tints of Chateau Green #349241

Color information

#349241 (or 0x349241) is unknown color: approx Chateau Green. HEX triplet: 34, 92 and 41. RGB value is (52,146,65). Sum of RGB (Red+Green+Blue) = 52+146+65=263 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.77% from 263); Green value is 146 (57.42% from 255 or 55.51% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 146 - color contains mainly: green. Hex color #349241 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349241 is #CB6DBE. Grayscale: #6C6C6C. Windows color (decimal): -13331903 or 4297268. OLE color: 4297268.

HSL color Cylindrical-coordinate representation of color #349241: hue angle of 128.3º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349241 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB5214665-
CMYK0.6400.550.43
HSL128.3º47.47%38.82%-
HSV(B)128.3º64.38%57.25%-
XYZ12.6521.678.52-
YUV108.66103.3687.59-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.77%
GREEN value IS 146 (57.42% from 255) = 55.51%
BLUE value IS 65 (25.78% from 255) = 24.71%
R=19.77%
G=55.51%
B=24.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal52146650.6400.550.43128.347.4738.82
Hex349241400372B802f27
Octal64222101100067532005747
Binary1101001001001010000011000000011011110101110000000101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349241; }

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

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

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

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

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

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

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

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