#349542

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

Shades of Chateau Green #349542

Tints of Chateau Green #349542

Color information

#349542 (or 0x349542) is unknown color: approx Chateau Green. HEX triplet: 34, 95 and 42. RGB value is (52,149,66). Sum of RGB (Red+Green+Blue) = 52+149+66=267 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.48% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 66 (26.17% from 255 or 24.72% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #349542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349542 is #CB6ABD. Grayscale: #6E6E6E. Windows color (decimal): -13331134 or 4363572. OLE color: 4363572.

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

Color convert

RGB5214966-
CMYK0.6500.560.42
HSL128.66º48.26%39.41%-
HSV(B)128.66º65.1%58.43%-
XYZ13.1522.628.83-
YUV110.54102.8686.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.48%
GREEN value IS 149 (58.59% from 255) = 55.81%
BLUE value IS 66 (26.17% from 255) = 24.72%
R=19.48%
G=55.81%
B=24.72%

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
Decimal52149660.6500.560.42128.6648.2639.41
Hex349542410382A813027
Octal64225102101070522016047
Binary1101001001010110000101000001011100010101010000001110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349542; }

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

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

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

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

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

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

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

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