Html Css Color HEX #488E5B Chateau Green

📋 copy color: '#488E5B'

red 72 ◦ green 142 ◦ blue 91

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

Shades of Chateau Green #488E5B

Tints of Chateau Green #488E5B

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.56%

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 23.61%
G = 46.56%
B = 29.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.44

RGB Variations

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

Color information

#488E5B (or 0x488E5B) is known color: Chateau Green. HEX triplet: 48, 8E and 5B. RGB value is (72,142,91). Sum of RGB (Red+Green+Blue) = 72+142+91=305 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.61% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 142 - color contains mainly: green. Hex color #488E5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488E5B is #B771A4. Grayscale: #737373. Windows color (decimal): -12022181 or 6000200. OLE color: 6000200.

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

Color convert

RGB 72 142 91 -
CMYK 0.49 0 0.36 0.44
HSL 136.29º 0.33% 0.42% -
HSV(B) 136.29º 0.49% 0.56% -
XYZ 14.23 21.48 13.29 -
YUV 115.26 114.31 97.15 -
System Red Green Blue C M Y K H S L
Decimal 72 142 91 0.49 0 0.36 0.44 136.29 0.33 0.42
Hex 48 8E 5B 31 0 24 2C 88 21 2A
Octal 110 216 133 61 0 44 54 210 41 52
Binary 1001000 10001110 1011011 110001 0 100100 101100 10001000 100001 101010

Color Harmonies of #488E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488E5B

Black with #488E5B

Text Example


Text Example

White with #488E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488E5B; }

 p { color: rgb(72,142,91); }

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

background-color css

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

 a { background-color: rgb(72,142,91); }

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

border-color css

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

 span { border-color: rgb(72,142,91); }

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