Html Css Color HEX #48460D Verdun Green

📋 copy color: '#48460D'

red 72 ◦ green 70 ◦ blue 13

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

Shades of Verdun Green #48460D

Tints of Verdun Green #48460D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 45.16%

 BLUE value IS 13 (5.47% from 255) = 8.39%

R = 46.45%
G = 45.16%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.82

 K value IS 0.72

RGB Variations

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

Color information

#48460D (or 0x48460D) is known color: Verdun Green. HEX triplet: 48, 46 and 0D. RGB value is (72,70,13). Sum of RGB (Red+Green+Blue) = 72+70+13=155 (20% of max value = 765). Red value is 72 (28.52% from 255 or 46.45% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 72 - color contains mainly: red. Hex color #48460D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48460D is #B7B9F2. Grayscale: #404040. Windows color (decimal): -12040691 or 869960. OLE color: 869960.

HSL color Cylindrical-coordinate representation of color #48460D: hue angle of 57.97º degrees, saturation: 0.69, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #48460D is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 70 13 -
CMYK 0 0.03 0.82 0.72
HSL 57.97º 0.69% 0.17% -
HSV(B) 57.97º 0.82% 0.28% -
XYZ 4.94 5.79 1.24 -
YUV 64.1 99.16 133.63 -
System Red Green Blue C M Y K H S L
Decimal 72 70 13 0 0.03 0.82 0.72 57.97 0.69 0.17
Hex 48 46 D 0 3 52 48 3A 45 11
Octal 110 106 15 0 3 122 110 72 105 21
Binary 1001000 1000110 1101 0 11 1010010 1001000 111010 1000101 10001

Color Harmonies of #48460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48460D

Black with #48460D

Text Example


Text Example

White with #48460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48460D; }

 p { color: rgb(72,70,13); }

 H1.HeaderClassName
 {
   color: #48460D;
 }
 .AnyTagClassName
 {
   color: #48460D;
 }
</style>

background-color css

<style>
 a { background-color: #48460D; }

 a { background-color: rgb(72,70,13); }

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

border-color css

<style>
 span { border-color: #48460D; }

 span { border-color: rgb(72,70,13); }

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