Html Css Color HEX #48915F Chateau Green

📋 copy color: '#48915F'

red 72 ◦ green 145 ◦ blue 95

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

Shades of Chateau Green #48915F

Tints of Chateau Green #48915F

RGB

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

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

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

R = 23.08%
G = 46.47%
B = 30.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.43

RGB Variations

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

Color information

#48915F (or 0x48915F) is known color: Chateau Green. HEX triplet: 48, 91 and 5F. RGB value is (72,145,95). Sum of RGB (Red+Green+Blue) = 72+145+95=312 (41% of max value = 765). Red value is 72 (28.52% from 255 or 23.08% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #48915F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48915F is #B76EA0. Grayscale: #757575. Windows color (decimal): -12021409 or 6263112. OLE color: 6263112.

HSL color Cylindrical-coordinate representation of color #48915F: hue angle of 138.9º 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 #48915F is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 95 -
CMYK 0.50 0 0.34 0.43
HSL 138.9º 0.34% 0.43% -
HSV(B) 138.9º 0.5% 0.57% -
XYZ 14.86 22.45 14.38 -
YUV 117.47 115.32 95.57 -
System Red Green Blue C M Y K H S L
Decimal 72 145 95 0.50 0 0.34 0.43 138.9 0.34 0.43
Hex 48 91 5F 32 0 22 2B 8B 22 2B
Octal 110 221 137 62 0 42 53 213 42 53
Binary 1001000 10010001 1011111 110010 0 100010 101011 10001011 100010 101011

Color Harmonies of #48915F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48915F

Black with #48915F

Text Example


Text Example

White with #48915F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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