#349541

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

Shades of Chateau Green #349541

Tints of Chateau Green #349541

Color information

#349541 (or 0x349541) is unknown color: approx Chateau Green. HEX triplet: 34, 95 and 41. RGB value is (52,149,65). Sum of RGB (Red+Green+Blue) = 52+149+65=266 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.55% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 65 (25.78% from 255 or 24.44% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #349541 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349541 is #CB6ABE. Grayscale: #6E6E6E. Windows color (decimal): -13331135 or 4298036. OLE color: 4298036.

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

Color convert

RGB5214965-
CMYK0.6500.560.42
HSL128.04º48.26%39.41%-
HSV(B)128.04º65.1%58.43%-
XYZ13.1222.618.67-
YUV110.42102.3686.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.55%
GREEN value IS 149 (58.59% from 255) = 56.02%
BLUE value IS 65 (25.78% from 255) = 24.44%
R=19.55%
G=56.02%
B=24.44%

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
Decimal52149650.6500.560.42128.0448.2639.41
Hex349541410382A803027
Octal64225101101070522006047
Binary1101001001010110000011000001011100010101010000000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349541; }

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

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

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

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

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

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

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

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