#349242

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

Shades of Chateau Green #349242

Tints of Chateau Green #349242

Color information

#349242 (or 0x349242) is unknown color: approx Chateau Green. HEX triplet: 34, 92 and 42. RGB value is (52,146,66). Sum of RGB (Red+Green+Blue) = 52+146+66=264 (34% of max value = 765). Red value is 52 (20.70% from 255 or 19.70% from 264); Green value is 146 (57.42% from 255 or 55.30% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 146 - color contains mainly: green. Hex color #349242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349242 is #CB6DBD. Grayscale: #6D6D6D. Windows color (decimal): -13331902 or 4362804. OLE color: 4362804.

HSL color Cylindrical-coordinate representation of color #349242: hue angle of 128.94º 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 #349242 is Cyan = 0.64, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB5214666-
CMYK0.6400.550.43
HSL128.94º47.47%38.82%-
HSV(B)128.94º64.38%57.25%-
XYZ12.6821.688.67-
YUV108.77103.8687.5-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.70%
GREEN value IS 146 (57.42% from 255) = 55.30%
BLUE value IS 66 (26.17% from 255) = 25%
R=19.70%
G=55.30%
B=25%

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
Decimal52146660.6400.550.43128.9447.4738.82
Hex349242400372B812f27
Octal64222102100067532015747
Binary1101001001001010000101000000011011110101110000001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349242; }

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

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

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

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

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

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

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

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