Html Css Color HEX #48915C Chateau Green

📋 copy color: '#48915C'

red 72 ◦ green 145 ◦ blue 92

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

Shades of Chateau Green #48915C

Tints of Chateau Green #48915C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 29.77%

R = 23.3%
G = 46.93%
B = 29.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.37

 K value IS 0.43

RGB Variations

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

Color information

#48915C (or 0x48915C) is known color: Chateau Green. HEX triplet: 48, 91 and 5C. RGB value is (72,145,92). Sum of RGB (Red+Green+Blue) = 72+145+92=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 92 (36.33% from 255 or 29.77% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #48915C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48915C is #B76EA3. Grayscale: #757575. Windows color (decimal): -12021412 or 6066504. OLE color: 6066504.

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

Color convert

RGB 72 145 92 -
CMYK 0.50 0 0.37 0.43
HSL 136.44º 0.34% 0.43% -
HSV(B) 136.44º 0.5% 0.57% -
XYZ 14.73 22.4 13.67 -
YUV 117.13 113.82 95.81 -
System Red Green Blue C M Y K H S L
Decimal 72 145 92 0.50 0 0.37 0.43 136.44 0.34 0.43
Hex 48 91 5C 32 0 25 2B 88 22 2B
Octal 110 221 134 62 0 45 53 210 42 53
Binary 1001000 10010001 1011100 110010 0 100101 101011 10001000 100010 101011

Color Harmonies of #48915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48915C

Black with #48915C

Text Example


Text Example

White with #48915C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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