Html Css Color HEX #469262 Chateau Green

📋 copy color: '#469262'

red 70 ◦ green 146 ◦ blue 98

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

Shades of Chateau Green #469262

Tints of Chateau Green #469262

RGB

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

 GREEN value IS 146 (57.42% from 255) = 46.5%

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

R = 22.29%
G = 46.5%
B = 31.21%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#469262 (or 0x469262) is known color: Chateau Green. HEX triplet: 46, 92 and 62. RGB value is (70,146,98). Sum of RGB (Red+Green+Blue) = 70+146+98=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 146 - color contains mainly: green. Hex color #469262 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469262 is #B96D9D. Grayscale: #757575. Windows color (decimal): -12152222 or 6459974. OLE color: 6459974.

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

Color convert

RGB 70 146 98 -
CMYK 0.52 0 0.33 0.43
HSL 142.11º 0.35% 0.42% -
HSV(B) 142.11º 0.52% 0.57% -
XYZ 15.01 22.74 15.15 -
YUV 117.8 116.82 93.9 -
System Red Green Blue C M Y K H S L
Decimal 70 146 98 0.52 0 0.33 0.43 142.11 0.35 0.42
Hex 46 92 62 34 0 21 2B 8E 23 2A
Octal 106 222 142 64 0 41 53 216 43 52
Binary 1000110 10010010 1100010 110100 0 100001 101011 10001110 100011 101010

Color Harmonies of #469262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469262

Black with #469262

Text Example


Text Example

White with #469262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469262; }

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

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

background-color css

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

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

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

border-color css

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

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

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