#469860

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

Shades of Chateau Green #469860

Tints of Chateau Green #469860

Color information

#469860 (or 0x469860) is unknown color: approx Chateau Green. HEX triplet: 46, 98 and 60. RGB value is (70,152,96). Sum of RGB (Red+Green+Blue) = 70+152+96=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #469860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469860 is #B9679F. Grayscale: #797979. Windows color (decimal): -12150688 or 6330438. OLE color: 6330438.

HSL color Cylindrical-coordinate representation of color #469860: hue angle of 139.02º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #469860 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB7015296-
CMYK0.5400.370.40
HSL139.02º36.94%43.53%-
HSV(B)139.02º53.95%59.61%-
XYZ15.8724.614.98-
YUV121.1113.8391.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.01%
GREEN value IS 152 (59.77% from 255) = 47.80%
BLUE value IS 96 (37.89% from 255) = 30.19%
R=22.01%
G=47.80%
B=30.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70152960.5400.370.40139.0236.9443.53
Hex46986036025288b252c
Octal10623014066045502134554
Binary1000110100110001100000110110010010110100010001011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469860; }

 p { color: rgb(70,152,96); }

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

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

 a { background-color: rgb(70,152,96); }

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

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

 span { border-color: rgb(70,152,96); }

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