Html Css Color HEX #48560A Verdun Green

📋 copy color: '#48560A'

red 72 ◦ green 86 ◦ blue 10

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

Shades of Verdun Green #48560A

Tints of Verdun Green #48560A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 51.19%

 BLUE value IS 10 (4.3% from 255) = 5.95%

R = 42.86%
G = 51.19%
B = 5.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.66

RGB Variations

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

Color information

#48560A (or 0x48560A) is known color: Verdun Green. HEX triplet: 48, 56 and 0A. RGB value is (72,86,10). Sum of RGB (Red+Green+Blue) = 72+86+10=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 86 (33.98% from 255 or 51.19% from 168); Blue value is 10 (4.30% from 255 or 5.95% from 168); Max value from RGB is 86 - color contains mainly: green. Hex color #48560A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48560A is #B7A9F5. Grayscale: #494949. Windows color (decimal): -12036598 or 677448. OLE color: 677448.

HSL color Cylindrical-coordinate representation of color #48560A: hue angle of 71.05º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #48560A is Cyan = 0.16, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 86 10 -
CMYK 0.16 0 0.88 0.66
HSL 71.05º 0.79% 0.19% -
HSV(B) 71.05º 0.88% 0.34% -
XYZ 6.06 8.06 1.52 -
YUV 73.15 92.36 127.18 -
System Red Green Blue C M Y K H S L
Decimal 72 86 10 0.16 0 0.88 0.66 71.05 0.79 0.19
Hex 48 56 A 10 0 58 42 47 4F 13
Octal 110 126 12 20 0 130 102 107 117 23
Binary 1001000 1010110 1010 10000 0 1011000 1000010 1000111 1001111 10011

Color Harmonies of #48560A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48560A

Black with #48560A

Text Example


Text Example

White with #48560A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48560A; }

 p { color: rgb(72,86,10); }

 H1.HeaderClassName
 {
   color: #48560A;
 }
 .AnyTagClassName
 {
   color: #48560A;
 }
</style>

background-color css

<style>
 a { background-color: #48560A; }

 a { background-color: rgb(72,86,10); }

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

border-color css

<style>
 span { border-color: #48560A; }

 span { border-color: rgb(72,86,10); }

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