Html Css Color HEX #46985C Chateau Green

📋 copy color: '#46985C'

red 70 ◦ green 152 ◦ blue 92

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

Shades of Chateau Green #46985C

Tints of Chateau Green #46985C

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.3%

R = 22.29%
G = 48.41%
B = 29.3%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#46985C (or 0x46985C) is known color: 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

RGB 70 152 92 -
CMYK 0.54 0 0.39 0.40
HSL 136.1º 0.37% 0.44% -
HSV(B) 136.1º 0.54% 0.6% -
XYZ 15.69 24.53 14.03 -
YUV 120.64 111.83 91.88 -
System Red Green Blue C M Y K H S L
Decimal 70 152 92 0.54 0 0.39 0.40 136.1 0.37 0.44
Hex 46 98 5C 36 0 27 28 88 25 2C
Octal 106 230 134 66 0 47 50 210 45 54
Binary 1000110 10011000 1011100 110110 0 100111 101000 10001000 100101 101100

Color Harmonies of #46985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46985C

Black with #46985C

Text Example


Text Example

White with #46985C

Text Example


Text Example

HTML Codes & Css Web 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>