Html Css Color HEX #489462 Chateau Green

📋 copy color: '#489462'

red 72 ◦ green 148 ◦ blue 98

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

Shades of Chateau Green #489462

Tints of Chateau Green #489462

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.54%

 BLUE value IS 98 (38.67% from 255) = 30.82%

R = 22.64%
G = 46.54%
B = 30.82%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#489462 (or 0x489462) is known color: Chateau Green. HEX triplet: 48, 94 and 62. RGB value is (72,148,98). Sum of RGB (Red+Green+Blue) = 72+148+98=318 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.64% from 318); Green value is 148 (58.20% from 255 or 46.54% from 318); Blue value is 98 (38.67% from 255 or 30.82% from 318); Max value from RGB is 148 - color contains mainly: green. Hex color #489462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489462 is #B76B9D. Grayscale: #777777. Windows color (decimal): -12020638 or 6460488. OLE color: 6460488.

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

Color convert

RGB 72 148 98 -
CMYK 0.51 0 0.34 0.42
HSL 140.53º 0.35% 0.43% -
HSV(B) 140.53º 0.51% 0.58% -
XYZ 15.47 23.44 15.26 -
YUV 119.58 115.82 94.07 -
System Red Green Blue C M Y K H S L
Decimal 72 148 98 0.51 0 0.34 0.42 140.53 0.35 0.43
Hex 48 94 62 33 0 22 2A 8D 23 2B
Octal 110 224 142 63 0 42 52 215 43 53
Binary 1001000 10010100 1100010 110011 0 100010 101010 10001101 100011 101011

Color Harmonies of #489462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489462

Black with #489462

Text Example


Text Example

White with #489462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489462; }

 p { color: rgb(72,148,98); }

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

background-color css

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

 a { background-color: rgb(72,148,98); }

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

border-color css

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

 span { border-color: rgb(72,148,98); }

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