#45B362

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

Shades of Chateau Green #45B362

Tints of Chateau Green #45B362

Color information

#45B362 (or 0x45B362) is unknown color: approx Chateau Green. HEX triplet: 45, B3 and 62. RGB value is (69,179,98). Sum of RGB (Red+Green+Blue) = 69+179+98=346 (45% of max value = 765). Red value is 69 (27.34% from 255 or 19.94% from 346); Green value is 179 (70.31% from 255 or 51.73% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 179 - color contains mainly: green. Hex color #45B362 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45B362 is #BA4C9D. Grayscale: #898989. Windows color (decimal): -12209310 or 6468421. OLE color: 6468421.

HSL color Cylindrical-coordinate representation of color #45B362: hue angle of 135.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45B362 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB6917998-
CMYK0.6100.450.30
HSL135.82º44.35%48.63%-
HSV(B)135.82º61.45%70.2%-
XYZ20.7834.3917.1-
YUV136.88106.0679.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 19.94%
GREEN value IS 179 (70.31% from 255) = 51.73%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=19.94%
G=51.73%
B=28.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal69179980.6100.450.30135.8244.3548.63
Hex45B3623D02D1E882c31
Octal10526314275055362105461
Binary100010110110011110001011110101011011111010001000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,179,98); }

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

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

 a { background-color: rgb(69,179,98); }

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

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

 span { border-color: rgb(69,179,98); }

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