#459464

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

Shades of Chateau Green #459464

Tints of Chateau Green #459464

Color information

#459464 (or 0x459464) is unknown color: approx Chateau Green. HEX triplet: 45, 94 and 64. RGB value is (69,148,100). Sum of RGB (Red+Green+Blue) = 69+148+100=317 (41% of max value = 765). Red value is 69 (27.34% from 255 or 21.77% from 317); Green value is 148 (58.20% from 255 or 46.69% from 317); Blue value is 100 (39.45% from 255 or 31.55% from 317); Max value from RGB is 148 - color contains mainly: green. Hex color #459464 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #459464 is #BA6B9B. Grayscale: #777777. Windows color (decimal): -12217244 or 6591557. OLE color: 6591557.

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

Color convert

RGB69148100-
CMYK0.5300.320.42
HSL143.54º36.41%42.55%-
HSV(B)143.54º53.38%58.04%-
XYZ15.3423.3715.76-
YUV118.91117.3392.4-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 21.77%
GREEN value IS 148 (58.20% from 255) = 46.69%
BLUE value IS 100 (39.45% from 255) = 31.55%
R=21.77%
G=46.69%
B=31.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal691481000.5300.320.42143.5436.4142.55
Hex459464350202A90242b
Octal10522414465040522204453
Binary1000101100101001100100110101010000010101010010000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459464; }

 p { color: rgb(69,148,100); }

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

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

 a { background-color: rgb(69,148,100); }

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

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

 span { border-color: rgb(69,148,100); }

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