Html Css Color HEX #469561 Chateau Green

📋 copy color: '#469561'

red 70 ◦ green 149 ◦ blue 97

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

Shades of Chateau Green #469561

Tints of Chateau Green #469561

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.15%

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

R = 22.15%
G = 47.15%
B = 30.7%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#469561 (or 0x469561) is known color: Chateau Green. HEX triplet: 46, 95 and 61. RGB value is (70,149,97). Sum of RGB (Red+Green+Blue) = 70+149+97=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 149 (58.59% from 255 or 47.15% from 316); Blue value is 97 (38.28% from 255 or 30.70% from 316); Max value from RGB is 149 - color contains mainly: green. Hex color #469561 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469561 is #B96A9E. Grayscale: #777777. Windows color (decimal): -12151455 or 6395206. OLE color: 6395206.

HSL color Cylindrical-coordinate representation of color #469561: hue angle of 140.51º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #469561 is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 70 149 97 -
CMYK 0.53 0 0.35 0.42
HSL 140.51º 0.36% 0.43% -
HSV(B) 140.51º 0.53% 0.58% -
XYZ 15.43 23.66 15.06 -
YUV 119.45 115.33 92.73 -
System Red Green Blue C M Y K H S L
Decimal 70 149 97 0.53 0 0.35 0.42 140.51 0.36 0.43
Hex 46 95 61 35 0 23 2A 8D 24 2B
Octal 106 225 141 65 0 43 52 215 44 53
Binary 1000110 10010101 1100001 110101 0 100011 101010 10001101 100100 101011

Color Harmonies of #469561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469561

Black with #469561

Text Example


Text Example

White with #469561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469561; }

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

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

background-color css

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

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

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

border-color css

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

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

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