Html Css Color HEX #469860 Chateau Green

📋 copy color: '#469860'

red 70 ◦ green 152 ◦ blue 96

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

Shades of Chateau Green #469860

Tints of Chateau Green #469860

RGB

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

 GREEN value IS 152 (59.77% from 255) = 47.8%

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

R = 22.01%
G = 47.8%
B = 30.19%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.37

 K value IS 0.40

RGB Variations

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

Color information

#469860 (or 0x469860) is known color: Chateau Green. HEX triplet: 46, 98 and 60. RGB value is (70,152,96). Sum of RGB (Red+Green+Blue) = 70+152+96=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #469860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469860 is #B9679F. Grayscale: #797979. Windows color (decimal): -12150688 or 6330438. OLE color: 6330438.

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

Color convert

RGB 70 152 96 -
CMYK 0.54 0 0.37 0.40
HSL 139.02º 0.37% 0.44% -
HSV(B) 139.02º 0.54% 0.6% -
XYZ 15.87 24.6 14.98 -
YUV 121.1 113.83 91.55 -
System Red Green Blue C M Y K H S L
Decimal 70 152 96 0.54 0 0.37 0.40 139.02 0.37 0.44
Hex 46 98 60 36 0 25 28 8B 25 2C
Octal 106 230 140 66 0 45 50 213 45 54
Binary 1000110 10011000 1100000 110110 0 100101 101000 10001011 100101 101100

Color Harmonies of #469860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469860

Black with #469860

Text Example


Text Example

White with #469860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469860; }

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

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

background-color css

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

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

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

border-color css

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

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

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