Html Css Color HEX #48975E Chateau Green

📋 copy color: '#48975E'

red 72 ◦ green 151 ◦ blue 94

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

Shades of Chateau Green #48975E

Tints of Chateau Green #48975E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 47.63%

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

R = 22.71%
G = 47.63%
B = 29.65%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.38

 K value IS 0.41

RGB Variations

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

Color information

#48975E (or 0x48975E) is known color: Chateau Green. HEX triplet: 48, 97 and 5E. RGB value is (72,151,94). Sum of RGB (Red+Green+Blue) = 72+151+94=317 (41% of max value = 765). Red value is 72 (28.52% from 255 or 22.71% from 317); Green value is 151 (59.38% from 255 or 47.63% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 151 - color contains mainly: green. Hex color #48975E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48975E is #B768A1. Grayscale: #797979. Windows color (decimal): -12019874 or 6199112. OLE color: 6199112.

HSL color Cylindrical-coordinate representation of color #48975E: hue angle of 136.71º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48975E is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 151 94 -
CMYK 0.52 0 0.38 0.41
HSL 136.71º 0.35% 0.44% -
HSV(B) 136.71º 0.52% 0.59% -
XYZ 15.76 24.32 14.45 -
YUV 120.88 112.83 93.13 -
System Red Green Blue C M Y K H S L
Decimal 72 151 94 0.52 0 0.38 0.41 136.71 0.35 0.44
Hex 48 97 5E 34 0 26 29 89 23 2C
Octal 110 227 136 64 0 46 51 211 43 54
Binary 1001000 10010111 1011110 110100 0 100110 101001 10001001 100011 101100

Color Harmonies of #48975E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48975E

Black with #48975E

Text Example


Text Example

White with #48975E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48975E; }

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

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

background-color css

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

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

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

border-color css

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

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

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