#46985F

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

Shades of Chateau Green #46985F

Tints of Chateau Green #46985F

Color information

#46985F (or 0x46985F) is unknown color: approx Chateau Green. HEX triplet: 46, 98 and 5F. RGB value is (70,152,95). Sum of RGB (Red+Green+Blue) = 70+152+95=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 152 (59.77% from 255 or 47.95% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 152 - color contains mainly: green. Hex color #46985F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46985F is #B967A0. Grayscale: #797979. Windows color (decimal): -12150689 or 6264902. OLE color: 6264902.

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

Color convert

RGB7015295-
CMYK0.5400.380.40
HSL138.29º36.94%43.53%-
HSV(B)138.29º53.95%59.61%-
XYZ15.8224.5814.74-
YUV120.98113.3391.63-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 152 (59.77% from 255) = 47.95%
BLUE value IS 95 (37.5% from 255) = 29.97%
R=22.08%
G=47.95%
B=29.97%

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
Decimal70152950.5400.380.40138.2936.9443.53
Hex46985F36026288a252c
Octal10623013766046502124554
Binary1000110100110001011111110110010011010100010001010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46985F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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