#469862

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

Shades of Chateau Green #469862

Tints of Chateau Green #469862

Color information

#469862 (or 0x469862) is unknown color: approx Chateau Green. HEX triplet: 46, 98 and 62. RGB value is (70,152,98). Sum of RGB (Red+Green+Blue) = 70+152+98=320 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.88% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #469862 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469862 is #B9679D. Grayscale: #797979. Windows color (decimal): -12150686 or 6461510. OLE color: 6461510.

HSL color Cylindrical-coordinate representation of color #469862: hue angle of 140.49º 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 #469862 is Cyan = 0.54, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB7015298-
CMYK0.5400.360.40
HSL140.49º36.94%43.53%-
HSV(B)140.49º53.95%59.61%-
XYZ15.9624.6415.47-
YUV121.33114.8391.39-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.88%
GREEN value IS 152 (59.77% from 255) = 47.5%
BLUE value IS 98 (38.67% from 255) = 30.62%
R=21.88%
G=47.5%
B=30.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70152980.5400.360.40140.4936.9443.53
Hex46986236024288c252c
Octal10623014266044502144554
Binary1000110100110001100010110110010010010100010001100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469862; }

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

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

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

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

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

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

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

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