Html Css Color HEX #48561B Verdun Green

📋 copy color: '#48561B'

red 72 ◦ green 86 ◦ blue 27

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

Shades of Verdun Green #48561B

Tints of Verdun Green #48561B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.59%

R = 38.92%
G = 46.49%
B = 14.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.66

RGB Variations

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

Color information

#48561B (or 0x48561B) is known color: Verdun Green. HEX triplet: 48, 56 and 1B. RGB value is (72,86,27). Sum of RGB (Red+Green+Blue) = 72+86+27=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 86 (33.98% from 255 or 46.49% from 185); Blue value is 27 (10.94% from 255 or 14.59% from 185); Max value from RGB is 86 - color contains mainly: green. Hex color #48561B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48561B is #B7A9E4. Grayscale: #4B4B4B. Windows color (decimal): -12036581 or 1791560. OLE color: 1791560.

HSL color Cylindrical-coordinate representation of color #48561B: hue angle of 74.24º degrees, saturation: 0.52, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48561B is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 86 27 -
CMYK 0.16 0 0.69 0.66
HSL 74.24º 0.52% 0.22% -
HSV(B) 74.24º 0.69% 0.34% -
XYZ 6.2 8.11 2.28 -
YUV 75.09 100.86 125.8 -
System Red Green Blue C M Y K H S L
Decimal 72 86 27 0.16 0 0.69 0.66 74.24 0.52 0.22
Hex 48 56 1B 10 0 45 42 4A 34 16
Octal 110 126 33 20 0 105 102 112 64 26
Binary 1001000 1010110 11011 10000 0 1000101 1000010 1001010 110100 10110

Color Harmonies of #48561B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48561B

Black with #48561B

Text Example


Text Example

White with #48561B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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