Html Css Color HEX #488E5F Chateau Green

📋 copy color: '#488E5F'

red 72 ◦ green 142 ◦ blue 95

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

Shades of Chateau Green #488E5F

Tints of Chateau Green #488E5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 30.74%

R = 23.3%
G = 45.95%
B = 30.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#488E5F (or 0x488E5F) is known color: Chateau Green. HEX triplet: 48, 8E and 5F. RGB value is (72,142,95). Sum of RGB (Red+Green+Blue) = 72+142+95=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 142 (55.86% from 255 or 45.95% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 142 - color contains mainly: green. Hex color #488E5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488E5F is #B771A0. Grayscale: #737373. Windows color (decimal): -12022177 or 6262344. OLE color: 6262344.

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

Color convert

RGB 72 142 95 -
CMYK 0.49 0 0.33 0.44
HSL 139.71º 0.33% 0.42% -
HSV(B) 139.71º 0.49% 0.56% -
XYZ 14.41 21.55 14.23 -
YUV 115.71 116.31 96.82 -
System Red Green Blue C M Y K H S L
Decimal 72 142 95 0.49 0 0.33 0.44 139.71 0.33 0.42
Hex 48 8E 5F 31 0 21 2C 8C 21 2A
Octal 110 216 137 61 0 41 54 214 41 52
Binary 1001000 10001110 1011111 110001 0 100001 101100 10001100 100001 101010

Color Harmonies of #488E5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488E5F

Black with #488E5F

Text Example


Text Example

White with #488E5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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