#45B25B

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

Shades of Chateau Green #45B25B

Tints of Chateau Green #45B25B

Color information

#45B25B (or 0x45B25B) is unknown color: approx Chateau Green. HEX triplet: 45, B2 and 5B. RGB value is (69,178,91). Sum of RGB (Red+Green+Blue) = 69+178+91=338 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.41% from 338); Green value is 178 (69.92% from 255 or 52.66% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 178 - color contains mainly: green. Hex color #45B25B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45B25B is #BA4DA4. Grayscale: #878787. Windows color (decimal): -12209573 or 6009413. OLE color: 6009413.

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

Color convert

RGB6917891-
CMYK0.6100.490.30
HSL132.11º44.13%48.43%-
HSV(B)132.11º61.24%69.8%-
XYZ20.2633.8615.37-
YUV135.49102.8980.57-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.41%
GREEN value IS 178 (69.92% from 255) = 52.66%
BLUE value IS 91 (35.94% from 255) = 26.92%
R=20.41%
G=52.66%
B=26.92%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal69178910.6100.490.30132.1144.1348.43
Hex45B25B3D0311E842c30
Octal10526213375061362045460
Binary100010110110010101101111110101100011111010000100101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45B25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,178,91); }

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

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

 a { background-color: rgb(69,178,91); }

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

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

 span { border-color: rgb(69,178,91); }

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