Html Css Color HEX #488E5E Chateau Green

📋 copy color: '#488E5E'

red 72 ◦ green 142 ◦ blue 94

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

Shades of Chateau Green #488E5E

Tints of Chateau Green #488E5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.52%

R = 23.38%
G = 46.1%
B = 30.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.34

 K value IS 0.44

RGB Variations

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

Color information

#488E5E (or 0x488E5E) is known color: Chateau Green. HEX triplet: 48, 8E and 5E. RGB value is (72,142,94). Sum of RGB (Red+Green+Blue) = 72+142+94=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 142 (55.86% from 255 or 46.10% from 308); Blue value is 94 (37.11% from 255 or 30.52% from 308); Max value from RGB is 142 - color contains mainly: green. Hex color #488E5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488E5E is #B771A1. Grayscale: #737373. Windows color (decimal): -12022178 or 6196808. OLE color: 6196808.

HSL color Cylindrical-coordinate representation of color #488E5E: hue angle of 138.86º 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 #488E5E is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 142 94 -
CMYK 0.49 0 0.34 0.44
HSL 138.86º 0.33% 0.42% -
HSV(B) 138.86º 0.49% 0.56% -
XYZ 14.37 21.53 13.99 -
YUV 115.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 72 142 94 0.49 0 0.34 0.44 138.86 0.33 0.42
Hex 48 8E 5E 31 0 22 2C 8B 21 2A
Octal 110 216 136 61 0 42 54 213 41 52
Binary 1001000 10001110 1011110 110001 0 100010 101100 10001011 100001 101010

Color Harmonies of #488E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488E5E

Black with #488E5E

Text Example


Text Example

White with #488E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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