#459250

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

Shades of Chateau Green #459250

Tints of Chateau Green #459250

Color information

#459250 (or 0x459250) is unknown color: approx Chateau Green. HEX triplet: 45, 92 and 50. RGB value is (69,146,80). Sum of RGB (Red+Green+Blue) = 69+146+80=295 (39% of max value = 765). Red value is 69 (27.34% from 255 or 23.39% from 295); Green value is 146 (57.42% from 255 or 49.49% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 146 - color contains mainly: green. Hex color #459250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459250 is #BA6DAF. Grayscale: #737373. Windows color (decimal): -12217776 or 5280325. OLE color: 5280325.

HSL color Cylindrical-coordinate representation of color #459250: hue angle of 128.57º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #459250 is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB6914680-
CMYK0.5300.450.43
HSL128.57º35.81%42.16%-
HSV(B)128.57º52.74%57.25%-
XYZ14.1822.411.17-
YUV115.45107.9994.87-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.39%
GREEN value IS 146 (57.42% from 255) = 49.49%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=23.39%
G=49.49%
B=27.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69146800.5300.450.43128.5735.8142.16
Hex4592503502D2B81242a
Octal10522212065055532014452
Binary1000101100100101010000110101010110110101110000001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459250; }

 p { color: rgb(69,146,80); }

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

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

 a { background-color: rgb(69,146,80); }

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

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

 span { border-color: rgb(69,146,80); }

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