Html Css Color HEX #489064 Chateau Green

📋 copy color: '#489064'

red 72 ◦ green 144 ◦ blue 100

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

Shades of Chateau Green #489064

Tints of Chateau Green #489064

RGB

 RED value IS 72 (28.52% from 255) = 22.78%

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

 BLUE value IS 100 (39.45% from 255) = 31.65%

R = 22.78%
G = 45.57%
B = 31.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#489064 (or 0x489064) is known color: Chateau Green. HEX triplet: 48, 90 and 64. RGB value is (72,144,100). Sum of RGB (Red+Green+Blue) = 72+144+100=316 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.78% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 100 (39.45% from 255 or 31.65% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #489064 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489064 is #B76F9B. Grayscale: #757575. Windows color (decimal): -12021660 or 6590536. OLE color: 6590536.

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

Color convert

RGB 72 144 100 -
CMYK 0.50 0 0.31 0.44
HSL 143.33º 0.33% 0.42% -
HSV(B) 143.33º 0.5% 0.56% -
XYZ 14.95 22.24 15.56 -
YUV 117.46 118.15 95.58 -
System Red Green Blue C M Y K H S L
Decimal 72 144 100 0.50 0 0.31 0.44 143.33 0.33 0.42
Hex 48 90 64 32 0 1F 2C 8F 21 2A
Octal 110 220 144 62 0 37 54 217 41 52
Binary 1001000 10010000 1100100 110010 0 11111 101100 10001111 100001 101010

Color Harmonies of #489064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489064

Black with #489064

Text Example


Text Example

White with #489064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489064; }

 p { color: rgb(72,144,100); }

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

background-color css

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

 a { background-color: rgb(72,144,100); }

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

border-color css

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

 span { border-color: rgb(72,144,100); }

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