Html Css Color HEX #48550F Verdun Green

📋 copy color: '#48550F'

red 72 ◦ green 85 ◦ blue 15

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

Shades of Verdun Green #48550F

Tints of Verdun Green #48550F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 49.42%

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 41.86%
G = 49.42%
B = 8.72%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#48550F (or 0x48550F) is known color: Verdun Green. HEX triplet: 48, 55 and 0F. RGB value is (72,85,15). Sum of RGB (Red+Green+Blue) = 72+85+15=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 85 (33.59% from 255 or 49.42% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 85 - color contains mainly: green. Hex color #48550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48550F is #B7AAF0. Grayscale: #494949. Windows color (decimal): -12036849 or 1004872. OLE color: 1004872.

HSL color Cylindrical-coordinate representation of color #48550F: hue angle of 71.14º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48550F is Cyan = 0.15, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 85 15 -
CMYK 0.15 0 0.82 0.67
HSL 71.14º 0.7% 0.2% -
HSV(B) 71.14º 0.82% 0.33% -
XYZ 6.01 7.91 1.66 -
YUV 73.13 95.19 127.19 -
System Red Green Blue C M Y K H S L
Decimal 72 85 15 0.15 0 0.82 0.67 71.14 0.7 0.2
Hex 48 55 F F 0 52 43 47 46 14
Octal 110 125 17 17 0 122 103 107 106 24
Binary 1001000 1010101 1111 1111 0 1010010 1000011 1000111 1000110 10100

Color Harmonies of #48550F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48550F

Black with #48550F

Text Example


Text Example

White with #48550F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,85,15); }

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

background-color css

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

 a { background-color: rgb(72,85,15); }

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

border-color css

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

 span { border-color: rgb(72,85,15); }

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