Html Css Color HEX #469060 Chateau Green

📋 copy color: '#469060'

red 70 ◦ green 144 ◦ blue 96

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

Shades of Chateau Green #469060

Tints of Chateau Green #469060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.45%

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

R = 22.58%
G = 46.45%
B = 30.97%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#469060 (or 0x469060) is known color: Chateau Green. HEX triplet: 46, 90 and 60. RGB value is (70,144,96). Sum of RGB (Red+Green+Blue) = 70+144+96=310 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.58% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #469060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469060 is #B96F9F. Grayscale: #747474. Windows color (decimal): -12152736 or 6328390. OLE color: 6328390.

HSL color Cylindrical-coordinate representation of color #469060: hue angle of 141.08º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #469060 is Cyan = 0.51, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 144 96 -
CMYK 0.51 0 0.33 0.44
HSL 141.08º 0.35% 0.42% -
HSV(B) 141.08º 0.51% 0.56% -
XYZ 14.61 22.09 14.56 -
YUV 116.4 116.48 94.9 -
System Red Green Blue C M Y K H S L
Decimal 70 144 96 0.51 0 0.33 0.44 141.08 0.35 0.42
Hex 46 90 60 33 0 21 2C 8D 23 2A
Octal 106 220 140 63 0 41 54 215 43 52
Binary 1000110 10010000 1100000 110011 0 100001 101100 10001101 100011 101010

Color Harmonies of #469060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469060

Black with #469060

Text Example


Text Example

White with #469060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469060; }

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

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

background-color css

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

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

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

border-color css

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

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

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