Html Css Color HEX #469160 Chateau Green

📋 copy color: '#469160'

red 70 ◦ green 145 ◦ blue 96

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

Shades of Chateau Green #469160

Tints of Chateau Green #469160

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.62%

 BLUE value IS 96 (37.89% from 255) = 30.87%

R = 22.51%
G = 46.62%
B = 30.87%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#469160 (or 0x469160) is known color: Chateau Green. HEX triplet: 46, 91 and 60. RGB value is (70,145,96). Sum of RGB (Red+Green+Blue) = 70+145+96=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 96 (37.89% from 255 or 30.87% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #469160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469160 is #B96E9F. Grayscale: #757575. Windows color (decimal): -12152480 or 6328646. OLE color: 6328646.

HSL color Cylindrical-coordinate representation of color #469160: hue angle of 140.8º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469160 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 145 96 -
CMYK 0.52 0 0.34 0.43
HSL 140.8º 0.35% 0.42% -
HSV(B) 140.8º 0.52% 0.57% -
XYZ 14.76 22.4 14.61 -
YUV 116.99 116.15 94.48 -
System Red Green Blue C M Y K H S L
Decimal 70 145 96 0.52 0 0.34 0.43 140.8 0.35 0.42
Hex 46 91 60 34 0 22 2B 8D 23 2A
Octal 106 221 140 64 0 42 53 215 43 52
Binary 1000110 10010001 1100000 110100 0 100010 101011 10001101 100011 101010

Color Harmonies of #469160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469160

Black with #469160

Text Example


Text Example

White with #469160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469160; }

 p { color: rgb(70,145,96); }

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

background-color css

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

 a { background-color: rgb(70,145,96); }

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

border-color css

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

 span { border-color: rgb(70,145,96); }

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