#349045

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

Shades of Chateau Green #349045

Tints of Chateau Green #349045

Color information

#349045 (or 0x349045) is unknown color: approx Chateau Green. HEX triplet: 34, 90 and 45. RGB value is (52,144,69). Sum of RGB (Red+Green+Blue) = 52+144+69=265 (35% of max value = 765). Red value is 52 (20.70% from 255 or 19.62% from 265); Green value is 144 (56.64% from 255 or 54.34% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 144 - color contains mainly: green. Hex color #349045 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349045 is #CB6FBA. Grayscale: #6C6C6C. Windows color (decimal): -13332411 or 4558900. OLE color: 4558900.

HSL color Cylindrical-coordinate representation of color #349045: hue angle of 131.09º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #349045 is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB5214469-
CMYK0.6400.520.44
HSL131.09º46.94%38.43%-
HSV(B)131.09º63.89%56.47%-
XYZ12.4621.119.05-
YUV107.94106.0288.1-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 19.62%
GREEN value IS 144 (56.64% from 255) = 54.34%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=19.62%
G=54.34%
B=26.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52144690.6400.520.44131.0946.9438.43
Hex349045400342C832f26
Octal64220105100064542035746
Binary1101001001000010001011000000011010010110010000011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #349045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #349045; }

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

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

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

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

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

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

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

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