Html Css Color HEX #469260 Chateau Green

📋 copy color: '#469260'

red 70 ◦ green 146 ◦ blue 96

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

Shades of Chateau Green #469260

Tints of Chateau Green #469260

RGB

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

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

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

R = 22.44%
G = 46.79%
B = 30.77%

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

#469260 (or 0x469260) is known color: Chateau Green. HEX triplet: 46, 92 and 60. RGB value is (70,146,96). Sum of RGB (Red+Green+Blue) = 70+146+96=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 146 (57.42% from 255 or 46.79% from 312); Blue value is 96 (37.89% from 255 or 30.77% from 312); Max value from RGB is 146 - color contains mainly: green. Hex color #469260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469260 is #B96D9F. Grayscale: #757575. Windows color (decimal): -12152224 or 6328902. OLE color: 6328902.

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

Color convert

RGB 70 146 96 -
CMYK 0.52 0 0.34 0.43
HSL 140.53º 0.35% 0.42% -
HSV(B) 140.53º 0.52% 0.57% -
XYZ 14.92 22.7 14.66 -
YUV 117.58 115.82 94.07 -
System Red Green Blue C M Y K H S L
Decimal 70 146 96 0.52 0 0.34 0.43 140.53 0.35 0.42
Hex 46 92 60 34 0 22 2B 8D 23 2A
Octal 106 222 140 64 0 42 53 215 43 52
Binary 1000110 10010010 1100000 110100 0 100010 101011 10001101 100011 101010

Color Harmonies of #469260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469260

Black with #469260

Text Example


Text Example

White with #469260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469260; }

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

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

background-color css

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

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

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

border-color css

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

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

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