Html Css Color HEX #469256 Chateau Green

📋 copy color: '#469256'

red 70 ◦ green 146 ◦ blue 86

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

Shades of Chateau Green #469256

Tints of Chateau Green #469256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 28.48%

R = 23.18%
G = 48.34%
B = 28.48%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.43

RGB Variations

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

Color information

#469256 (or 0x469256) is known color: Chateau Green. HEX triplet: 46, 92 and 56. RGB value is (70,146,86). Sum of RGB (Red+Green+Blue) = 70+146+86=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 146 (57.42% from 255 or 48.34% from 302); Blue value is 86 (33.98% from 255 or 28.48% from 302); Max value from RGB is 146 - color contains mainly: green. Hex color #469256 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469256 is #B96DA9. Grayscale: #747474. Windows color (decimal): -12152234 or 5673542. OLE color: 5673542.

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

Color convert

RGB 70 146 86 -
CMYK 0.52 0 0.41 0.43
HSL 132.63º 0.35% 0.42% -
HSV(B) 132.63º 0.52% 0.57% -
XYZ 14.48 22.53 12.39 -
YUV 116.44 110.82 94.88 -
System Red Green Blue C M Y K H S L
Decimal 70 146 86 0.52 0 0.41 0.43 132.63 0.35 0.42
Hex 46 92 56 34 0 29 2B 85 23 2A
Octal 106 222 126 64 0 51 53 205 43 52
Binary 1000110 10010010 1010110 110100 0 101001 101011 10000101 100011 101010

Color Harmonies of #469256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469256

Black with #469256

Text Example


Text Example

White with #469256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469256; }

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

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

background-color css

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

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

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

border-color css

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

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

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