#45A163

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

Shades of Chateau Green #45A163

Tints of Chateau Green #45A163

Color information

#45A163 (or 0x45A163) is unknown color: approx Chateau Green. HEX triplet: 45, A1 and 63. RGB value is (69,161,99). Sum of RGB (Red+Green+Blue) = 69+161+99=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 161 (63.28% from 255 or 48.94% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 161 - color contains mainly: green. Hex color #45A163 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A163 is #BA5E9C. Grayscale: #7E7E7E. Windows color (decimal): -12213917 or 6529349. OLE color: 6529349.

HSL color Cylindrical-coordinate representation of color #45A163: hue angle of 139.57º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #45A163 is Cyan = 0.57, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB6916199-
CMYK0.5700.390.37
HSL139.57º40%45.1%-
HSV(B)139.57º57.14%63.14%-
XYZ17.4527.6616.22-
YUV126.42112.5287.04-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.97%
GREEN value IS 161 (63.28% from 255) = 48.94%
BLUE value IS 99 (39.06% from 255) = 30.09%
R=20.97%
G=48.94%
B=30.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal69161990.5700.390.37139.574045.1
Hex45A16339027258c282d
Octal10524114371047452145055
Binary1000101101000011100011111001010011110010110001100101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45A163; }

 p { color: rgb(69,161,99); }

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

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

 a { background-color: rgb(69,161,99); }

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

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

 span { border-color: rgb(69,161,99); }

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