#349546

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

Shades of Chateau Green #349546

Tints of Chateau Green #349546

Color information

#349546 (or 0x349546) is unknown color: approx Chateau Green. HEX triplet: 34, 95 and 46. RGB value is (52,149,70). Sum of RGB (Red+Green+Blue) = 52+149+70=271 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.19% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #349546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349546 is #CB6AB9. Grayscale: #6F6F6F. Windows color (decimal): -13331130 or 4625716. OLE color: 4625716.

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

Color convert

RGB5214970-
CMYK0.6500.530.42
HSL131.13º48.26%39.41%-
HSV(B)131.13º65.1%58.43%-
XYZ13.2722.679.47-
YUV110.99104.8685.92-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.19%
GREEN value IS 149 (58.59% from 255) = 54.98%
BLUE value IS 70 (27.73% from 255) = 25.83%
R=19.19%
G=54.98%
B=25.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52149700.6500.530.42131.1348.2639.41
Hex349546410352A833027
Octal64225106101065522036047
Binary1101001001010110001101000001011010110101010000011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349546; }

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

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

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

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

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

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

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

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