#46985E

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

Shades of Chateau Green #46985E

Tints of Chateau Green #46985E

Color information

#46985E (or 0x46985E) is unknown color: approx Chateau Green. HEX triplet: 46, 98 and 5E. RGB value is (70,152,94). Sum of RGB (Red+Green+Blue) = 70+152+94=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 152 (59.77% from 255 or 48.10% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 152 - color contains mainly: green. Hex color #46985E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46985E is #B967A1. Grayscale: #797979. Windows color (decimal): -12150690 or 6199366. OLE color: 6199366.

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

Color convert

RGB7015294-
CMYK0.5400.380.40
HSL137.56º36.94%43.53%-
HSV(B)137.56º53.95%59.61%-
XYZ15.7724.5714.5-
YUV120.87112.8391.72-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.15%
GREEN value IS 152 (59.77% from 255) = 48.10%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=22.15%
G=48.10%
B=29.75%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70152940.5400.380.40137.5636.9443.53
Hex46985E36026288a252c
Octal10623013666046502124554
Binary1000110100110001011110110110010011010100010001010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46985E; }

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

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

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

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

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

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

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

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