#45A760

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

Shades of Chateau Green #45A760

Tints of Chateau Green #45A760

Color information

#45A760 (or 0x45A760) is unknown color: approx Chateau Green. HEX triplet: 45, A7 and 60. RGB value is (69,167,96). Sum of RGB (Red+Green+Blue) = 69+167+96=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 167 (65.62% from 255 or 50.30% from 332); Blue value is 96 (37.89% from 255 or 28.92% from 332); Max value from RGB is 167 - color contains mainly: green. Hex color #45A760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45A760 is #BA589F. Grayscale: #818181. Windows color (decimal): -12212384 or 6334277. OLE color: 6334277.

HSL color Cylindrical-coordinate representation of color #45A760: hue angle of 136.53º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #45A760 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.35.

Color convert

RGB6916796-
CMYK0.5900.430.35
HSL136.53º41.53%46.27%-
HSV(B)136.53º58.68%65.49%-
XYZ18.3829.7515.84-
YUV129.6109.0384.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.78%
GREEN value IS 167 (65.62% from 255) = 50.30%
BLUE value IS 96 (37.89% from 255) = 28.92%
R=20.78%
G=50.30%
B=28.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal69167960.5900.430.35136.5341.5346.27
Hex45A7603B02B23892a2e
Octal10524714073053432115256
Binary1000101101001111100000111011010101110001110001001101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,167,96); }

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

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

 a { background-color: rgb(69,167,96); }

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

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

 span { border-color: rgb(69,167,96); }

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