#46985C

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

Shades of Chateau Green #46985C

Tints of Chateau Green #46985C

Color information

#46985C (or 0x46985C) is unknown color: approx Chateau Green. HEX triplet: 46, 98 and 5C. RGB value is (70,152,92). Sum of RGB (Red+Green+Blue) = 70+152+92=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #46985C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46985C is #B967A3. Grayscale: #787878. Windows color (decimal): -12150692 or 6068294. OLE color: 6068294.

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

Color convert

RGB7015292-
CMYK0.5400.390.40
HSL136.1º36.94%43.53%-
HSV(B)136.1º53.95%59.61%-
XYZ15.6924.5314.03-
YUV120.64111.8391.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.29%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 92 (36.33% from 255) = 29.30%
R=22.29%
G=48.41%
B=29.30%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal70152920.5400.390.40136.136.9443.53
Hex46985C360272888252c
Octal10623013466047502104554
Binary1000110100110001011100110110010011110100010001000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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