#329544

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

Shades of Chateau Green #329544

Tints of Chateau Green #329544

Color information

#329544 (or 0x329544) is unknown color: approx Chateau Green. HEX triplet: 32, 95 and 44. RGB value is (50,149,68). Sum of RGB (Red+Green+Blue) = 50+149+68=267 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.73% from 267); Green value is 149 (58.59% from 255 or 55.81% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 149 - color contains mainly: green. Hex color #329544 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #329544 is #CD6ABB. Grayscale: #6E6E6E. Windows color (decimal): -13462204 or 4494642. OLE color: 4494642.

HSL color Cylindrical-coordinate representation of color #329544: hue angle of 130.91º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #329544 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB5014968-
CMYK0.6600.540.42
HSL130.91º49.75%39.02%-
HSV(B)130.91º66.44%58.43%-
XYZ13.1122.599.14-
YUV110.16104.285.09-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.73%
GREEN value IS 149 (58.59% from 255) = 55.81%
BLUE value IS 68 (26.95% from 255) = 25.47%
R=18.73%
G=55.81%
B=25.47%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal50149680.6600.540.42130.9149.7539.02
Hex329544420362A833227
Octal62225104102066522036247
Binary1100101001010110001001000010011011010101010000011110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #329544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #329544; }

 p { color: rgb(50,149,68); }

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

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

 a { background-color: rgb(50,149,68); }

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

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

 span { border-color: rgb(50,149,68); }

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