Html Css Color HEX #469054 Chateau Green

📋 copy color: '#469054'

red 70 ◦ green 144 ◦ blue 84

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

Shades of Chateau Green #469054

Tints of Chateau Green #469054

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.32%

 BLUE value IS 84 (33.2% from 255) = 28.19%

R = 23.49%
G = 48.32%
B = 28.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.42

 K value IS 0.44

RGB Variations

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

Color information

#469054 (or 0x469054) is known color: Chateau Green. HEX triplet: 46, 90 and 54. RGB value is (70,144,84). Sum of RGB (Red+Green+Blue) = 70+144+84=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 144 (56.64% from 255 or 48.32% from 298); Blue value is 84 (33.20% from 255 or 28.19% from 298); Max value from RGB is 144 - color contains mainly: green. Hex color #469054 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469054 is #B96FAB. Grayscale: #737373. Windows color (decimal): -12152748 or 5541958. OLE color: 5541958.

HSL color Cylindrical-coordinate representation of color #469054: hue angle of 131.35º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #469054 is Cyan = 0.51, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 144 84 -
CMYK 0.51 0 0.42 0.44
HSL 131.35º 0.35% 0.42% -
HSV(B) 131.35º 0.51% 0.56% -
XYZ 14.1 21.89 11.87 -
YUV 115.03 110.48 95.88 -
System Red Green Blue C M Y K H S L
Decimal 70 144 84 0.51 0 0.42 0.44 131.35 0.35 0.42
Hex 46 90 54 33 0 2A 2C 83 23 2A
Octal 106 220 124 63 0 52 54 203 43 52
Binary 1000110 10010000 1010100 110011 0 101010 101100 10000011 100011 101010

Color Harmonies of #469054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469054

Black with #469054

Text Example


Text Example

White with #469054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469054; }

 p { color: rgb(70,144,84); }

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

background-color css

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

 a { background-color: rgb(70,144,84); }

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

border-color css

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

 span { border-color: rgb(70,144,84); }

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