Html Css Color HEX #48915D Chateau Green

📋 copy color: '#48915D'

red 72 ◦ green 145 ◦ blue 93

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

Shades of Chateau Green #48915D

Tints of Chateau Green #48915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 46.77%

 BLUE value IS 93 (36.72% from 255) = 30%

R = 23.23%
G = 46.77%
B = 30%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#48915D (or 0x48915D) is known color: Chateau Green. HEX triplet: 48, 91 and 5D. RGB value is (72,145,93). Sum of RGB (Red+Green+Blue) = 72+145+93=310 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.23% from 310); Green value is 145 (57.03% from 255 or 46.77% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 145 - color contains mainly: green. Hex color #48915D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48915D is #B76EA2. Grayscale: #757575. Windows color (decimal): -12021411 or 6132040. OLE color: 6132040.

HSL color Cylindrical-coordinate representation of color #48915D: hue angle of 137.26º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #48915D is Cyan = 0.50, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 93 -
CMYK 0.50 0 0.36 0.43
HSL 137.26º 0.34% 0.43% -
HSV(B) 137.26º 0.5% 0.57% -
XYZ 14.77 22.42 13.9 -
YUV 117.25 114.32 95.73 -
System Red Green Blue C M Y K H S L
Decimal 72 145 93 0.50 0 0.36 0.43 137.26 0.34 0.43
Hex 48 91 5D 32 0 24 2B 89 22 2B
Octal 110 221 135 62 0 44 53 211 42 53
Binary 1001000 10010001 1011101 110010 0 100100 101011 10001001 100010 101011

Color Harmonies of #48915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48915D

Black with #48915D

Text Example


Text Example

White with #48915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48915D; }

 p { color: rgb(72,145,93); }

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

background-color css

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

 a { background-color: rgb(72,145,93); }

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

border-color css

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

 span { border-color: rgb(72,145,93); }

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