Html Css Color HEX #469261 Chateau Green

📋 copy color: '#469261'

red 70 ◦ green 146 ◦ blue 97

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

Shades of Chateau Green #469261

Tints of Chateau Green #469261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.99%

R = 22.36%
G = 46.65%
B = 30.99%

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

#469261 (or 0x469261) is known color: Chateau Green. HEX triplet: 46, 92 and 61. RGB value is (70,146,97). Sum of RGB (Red+Green+Blue) = 70+146+97=313 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.36% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 97 (38.28% from 255 or 30.99% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #469261 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469261 is #B96D9E. Grayscale: #757575. Windows color (decimal): -12152223 or 6394438. OLE color: 6394438.

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

Color convert

RGB 70 146 97 -
CMYK 0.52 0 0.34 0.43
HSL 141.32º 0.35% 0.42% -
HSV(B) 141.32º 0.52% 0.57% -
XYZ 14.96 22.72 14.91 -
YUV 117.69 116.32 93.98 -
System Red Green Blue C M Y K H S L
Decimal 70 146 97 0.52 0 0.34 0.43 141.32 0.35 0.42
Hex 46 92 61 34 0 22 2B 8D 23 2A
Octal 106 222 141 64 0 42 53 215 43 52
Binary 1000110 10010010 1100001 110100 0 100010 101011 10001101 100011 101010

Color Harmonies of #469261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469261

Black with #469261

Text Example


Text Example

White with #469261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469261; }

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

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

background-color css

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

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

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

border-color css

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

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

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