Html Css Color HEX #48915B Chateau Green

📋 copy color: '#48915B'

red 72 ◦ green 145 ◦ blue 91

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

Shades of Chateau Green #48915B

Tints of Chateau Green #48915B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.55%

R = 23.38%
G = 47.08%
B = 29.55%

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

#48915B (or 0x48915B) is known color: Chateau Green. HEX triplet: 48, 91 and 5B. RGB value is (72,145,91). Sum of RGB (Red+Green+Blue) = 72+145+91=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 145 (57.03% from 255 or 47.08% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 145 - color contains mainly: green. Hex color #48915B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48915B is #B76EA4. Grayscale: #757575. Windows color (decimal): -12021413 or 6000968. OLE color: 6000968.

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

Color convert

RGB 72 145 91 -
CMYK 0.50 0 0.37 0.43
HSL 135.62º 0.34% 0.43% -
HSV(B) 135.62º 0.5% 0.57% -
XYZ 14.69 22.38 13.44 -
YUV 117.02 113.32 95.89 -
System Red Green Blue C M Y K H S L
Decimal 72 145 91 0.50 0 0.37 0.43 135.62 0.34 0.43
Hex 48 91 5B 32 0 25 2B 88 22 2B
Octal 110 221 133 62 0 45 53 210 42 53
Binary 1001000 10010001 1011011 110010 0 100101 101011 10001000 100010 101011

Color Harmonies of #48915B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48915B

Black with #48915B

Text Example


Text Example

White with #48915B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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