Html Css Color HEX #469A53 Chateau Green

📋 copy color: '#469A53'

red 70 ◦ green 154 ◦ blue 83

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

Shades of Chateau Green #469A53

Tints of Chateau Green #469A53

RGB

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

 GREEN value IS 154 (60.55% from 255) = 50.16%

 BLUE value IS 83 (32.81% from 255) = 27.04%

R = 22.8%
G = 50.16%
B = 27.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#469A53 (or 0x469A53) is known color: Chateau Green. HEX triplet: 46, 9A and 53. RGB value is (70,154,83). Sum of RGB (Red+Green+Blue) = 70+154+83=307 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.80% from 307); Green value is 154 (60.55% from 255 or 50.16% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 154 - color contains mainly: green. Hex color #469A53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469A53 is #B965AC. Grayscale: #787878. Windows color (decimal): -12150189 or 5478982. OLE color: 5478982.

HSL color Cylindrical-coordinate representation of color #469A53: hue angle of 129.29º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #469A53 is Cyan = 0.55, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 70 154 83 -
CMYK 0.55 0 0.46 0.40
HSL 129.29º 0.38% 0.44% -
HSV(B) 129.29º 0.55% 0.6% -
XYZ 15.64 25.04 12.19 -
YUV 120.79 106.67 91.77 -
System Red Green Blue C M Y K H S L
Decimal 70 154 83 0.55 0 0.46 0.40 129.29 0.38 0.44
Hex 46 9A 53 37 0 2E 28 81 26 2C
Octal 106 232 123 67 0 56 50 201 46 54
Binary 1000110 10011010 1010011 110111 0 101110 101000 10000001 100110 101100

Color Harmonies of #469A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469A53

Black with #469A53

Text Example


Text Example

White with #469A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469A53; }

 p { color: rgb(70,154,83); }

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

background-color css

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

 a { background-color: rgb(70,154,83); }

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

border-color css

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

 span { border-color: rgb(70,154,83); }

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