#349545

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

Shades of Chateau Green #349545

Tints of Chateau Green #349545

Color information

#349545 (or 0x349545) is unknown color: approx Chateau Green. HEX triplet: 34, 95 and 45. RGB value is (52,149,69). Sum of RGB (Red+Green+Blue) = 52+149+69=270 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.26% from 270); Green value is 149 (58.59% from 255 or 55.19% from 270); Blue value is 69 (27.34% from 255 or 25.56% from 270); Max value from RGB is 149 - color contains mainly: green. Hex color #349545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349545 is #CB6ABA. Grayscale: #6F6F6F. Windows color (decimal): -13331131 or 4560180. OLE color: 4560180.

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

Color convert

RGB5214969-
CMYK0.6500.540.42
HSL130.52º48.26%39.41%-
HSV(B)130.52º65.1%58.43%-
XYZ13.2422.659.31-
YUV110.88104.3686-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.26%
GREEN value IS 149 (58.59% from 255) = 55.19%
BLUE value IS 69 (27.34% from 255) = 25.56%
R=19.26%
G=55.19%
B=25.56%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal52149690.6500.540.42130.5248.2639.41
Hex349545410362A833027
Octal64225105101066522036047
Binary1101001001010110001011000001011011010101010000011110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349545; }

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

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

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

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

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

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

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

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