#45925C

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

Shades of Chateau Green #45925C

Tints of Chateau Green #45925C

Color information

#45925C (or 0x45925C) is unknown color: approx Chateau Green. HEX triplet: 45, 92 and 5C. RGB value is (69,146,92). Sum of RGB (Red+Green+Blue) = 69+146+92=307 (40% of max value = 765). Red value is 69 (27.34% from 255 or 22.48% from 307); Green value is 146 (57.42% from 255 or 47.56% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 146 - color contains mainly: green. Hex color #45925C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45925C is #BA6DA3. Grayscale: #747474. Windows color (decimal): -12217764 or 6066757. OLE color: 6066757.

HSL color Cylindrical-coordinate representation of color #45925C: hue angle of 137.92º 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 #45925C is Cyan = 0.53, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.

Color convert

RGB6914692-
CMYK0.5300.370.43
HSL137.92º35.81%42.16%-
HSV(B)137.92º52.74%57.25%-
XYZ14.6622.613.71-
YUV116.82113.9993.89-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 22.48%
GREEN value IS 146 (57.42% from 255) = 47.56%
BLUE value IS 92 (36.33% from 255) = 29.97%
R=22.48%
G=47.56%
B=29.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal69146920.5300.370.43137.9235.8142.16
Hex45925C350252B8a242a
Octal10522213465045532124452
Binary1000101100100101011100110101010010110101110001010100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45925C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45925C; }

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

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

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

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

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

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

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

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