Html Css Color HEX #469162 Chateau Green

📋 copy color: '#469162'

red 70 ◦ green 145 ◦ blue 98

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

Shades of Chateau Green #469162

Tints of Chateau Green #469162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.31%

R = 22.36%
G = 46.33%
B = 31.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#469162 (or 0x469162) is known color: Chateau Green. HEX triplet: 46, 91 and 62. RGB value is (70,145,98). Sum of RGB (Red+Green+Blue) = 70+145+98=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 145 (57.03% from 255 or 46.33% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 145 - color contains mainly: green. Hex color #469162 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469162 is #B96E9D. Grayscale: #757575. Windows color (decimal): -12152478 or 6459718. OLE color: 6459718.

HSL color Cylindrical-coordinate representation of color #469162: hue angle of 142.4º 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 #469162 is Cyan = 0.52, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 70 145 98 -
CMYK 0.52 0 0.32 0.43
HSL 142.4º 0.35% 0.42% -
HSV(B) 142.4º 0.52% 0.57% -
XYZ 14.86 22.43 15.1 -
YUV 117.22 117.15 94.32 -
System Red Green Blue C M Y K H S L
Decimal 70 145 98 0.52 0 0.32 0.43 142.4 0.35 0.42
Hex 46 91 62 34 0 20 2B 8E 23 2A
Octal 106 221 142 64 0 40 53 216 43 52
Binary 1000110 10010001 1100010 110100 0 100000 101011 10001110 100011 101010

Color Harmonies of #469162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469162

Black with #469162

Text Example


Text Example

White with #469162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469162; }

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

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

background-color css

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

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

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

border-color css

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

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

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