#469861

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

Shades of Chateau Green #469861

Tints of Chateau Green #469861

Color information

#469861 (or 0x469861) is unknown color: approx Chateau Green. HEX triplet: 46, 98 and 61. RGB value is (70,152,97). Sum of RGB (Red+Green+Blue) = 70+152+97=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #469861 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469861 is #B9679E. Grayscale: #797979. Windows color (decimal): -12150687 or 6395974. OLE color: 6395974.

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

Color convert

RGB7015297-
CMYK0.5400.360.40
HSL139.76º36.94%43.53%-
HSV(B)139.76º53.95%59.61%-
XYZ15.9124.6215.22-
YUV121.21114.3391.47-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.94%
GREEN value IS 152 (59.77% from 255) = 47.65%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=21.94%
G=47.65%
B=30.41%

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
Decimal70152970.5400.360.40139.7636.9443.53
Hex46986136024288c252c
Octal10623014166044502144554
Binary1000110100110001100001110110010010010100010001100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469861; }

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

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

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

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

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

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

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

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