Html Css Color HEX #46975D Chateau Green

📋 copy color: '#46975D'

red 70 ◦ green 151 ◦ blue 93

#46975D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #46975D

Tints of Chateau Green #46975D

RGB

 RED value IS 70 (27.73% from 255) = 22.29%

 GREEN value IS 151 (59.38% from 255) = 48.09%

 BLUE value IS 93 (36.72% from 255) = 29.62%

R = 22.29%
G = 48.09%
B = 29.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#46975D (or 0x46975D) is known color: Chateau Green. HEX triplet: 46, 97 and 5D. RGB value is (70,151,93). Sum of RGB (Red+Green+Blue) = 70+151+93=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 151 (59.38% from 255 or 48.09% from 314); Blue value is 93 (36.72% from 255 or 29.62% from 314); Max value from RGB is 151 - color contains mainly: green. Hex color #46975D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #46975D is #B968A2. Grayscale: #787878. Windows color (decimal): -12150947 or 6133574. OLE color: 6133574.

HSL color Cylindrical-coordinate representation of color #46975D: hue angle of 137.04º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #46975D is Cyan = 0.54, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 70 151 93 -
CMYK 0.54 0 0.38 0.41
HSL 137.04º 0.37% 0.43% -
HSV(B) 137.04º 0.54% 0.59% -
XYZ 15.57 24.23 14.21 -
YUV 120.17 112.66 92.22 -
System Red Green Blue C M Y K H S L
Decimal 70 151 93 0.54 0 0.38 0.41 137.04 0.37 0.43
Hex 46 97 5D 36 0 26 29 89 25 2B
Octal 106 227 135 66 0 46 51 211 45 53
Binary 1000110 10010111 1011101 110110 0 100110 101001 10001001 100101 101011

Color Harmonies of #46975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46975D

Black with #46975D

Text Example


Text Example

White with #46975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46975D; }

 p { color: rgb(70,151,93); }

 H1.HeaderClassName
 {
   color: #46975D;
 }
 .AnyTagClassName
 {
   color: #46975D;
 }
</style>

background-color css

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

 a { background-color: rgb(70,151,93); }

 div.DivClassName
 {
   background-color: #46975D;
 }
 .BgClassName
 {
   background-color: #46975D;
 }
</style>

border-color css

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

 span { border-color: rgb(70,151,93); }

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