Html Css Color HEX #469155 Chateau Green

📋 copy color: '#469155'

red 70 ◦ green 145 ◦ blue 85

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

Shades of Chateau Green #469155

Tints of Chateau Green #469155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 48.33%

 BLUE value IS 85 (33.59% from 255) = 28.33%

R = 23.33%
G = 48.33%
B = 28.33%

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

#469155 (or 0x469155) is known color: Chateau Green. HEX triplet: 46, 91 and 55. RGB value is (70,145,85). Sum of RGB (Red+Green+Blue) = 70+145+85=300 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.33% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 85 (33.59% from 255 or 28.33% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #469155 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469155 is #B96EAA. Grayscale: #737373. Windows color (decimal): -12152491 or 5607750. OLE color: 5607750.

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

Color convert

RGB 70 145 85 -
CMYK 0.52 0 0.41 0.43
HSL 132º 0.35% 0.42% -
HSV(B) 132º 0.52% 0.57% -
XYZ 14.29 22.21 12.13 -
YUV 115.74 110.65 95.38 -
System Red Green Blue C M Y K H S L
Decimal 70 145 85 0.52 0 0.41 0.43 132 0.35 0.42
Hex 46 91 55 34 0 29 2B 84 23 2A
Octal 106 221 125 64 0 51 53 204 43 52
Binary 1000110 10010001 1010101 110100 0 101001 101011 10000100 100011 101010

Color Harmonies of #469155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469155

Black with #469155

Text Example


Text Example

White with #469155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469155; }

 p { color: rgb(70,145,85); }

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

background-color css

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

 a { background-color: rgb(70,145,85); }

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

border-color css

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

 span { border-color: rgb(70,145,85); }

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