Html Css Color HEX #48550C Verdun Green

📋 copy color: '#48550C'

red 72 ◦ green 85 ◦ blue 12

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

Shades of Verdun Green #48550C

Tints of Verdun Green #48550C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.1%

R = 42.6%
G = 50.3%
B = 7.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#48550C (or 0x48550C) is known color: Verdun Green. HEX triplet: 48, 55 and 0C. RGB value is (72,85,12). Sum of RGB (Red+Green+Blue) = 72+85+12=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 85 (33.59% from 255 or 50.30% from 169); Blue value is 12 (5.08% from 255 or 7.10% from 169); Max value from RGB is 85 - color contains mainly: green. Hex color #48550C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48550C is #B7AAF3. Grayscale: #494949. Windows color (decimal): -12036852 or 808264. OLE color: 808264.

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

Color convert

RGB 72 85 12 -
CMYK 0.15 0 0.86 0.67
HSL 70.68º 0.75% 0.19% -
HSV(B) 70.68º 0.86% 0.33% -
XYZ 5.99 7.9 1.56 -
YUV 72.79 93.69 127.44 -
System Red Green Blue C M Y K H S L
Decimal 72 85 12 0.15 0 0.86 0.67 70.68 0.75 0.19
Hex 48 55 C F 0 56 43 47 4B 13
Octal 110 125 14 17 0 126 103 107 113 23
Binary 1001000 1010101 1100 1111 0 1010110 1000011 1000111 1001011 10011

Color Harmonies of #48550C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48550C

Black with #48550C

Text Example


Text Example

White with #48550C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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