Html Css Color HEX #48460F Verdun Green

📋 copy color: '#48460F'

red 72 ◦ green 70 ◦ blue 15

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

Shades of Verdun Green #48460F

Tints of Verdun Green #48460F

RGB

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

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

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

R = 45.86%
G = 44.59%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48460F (or 0x48460F) is known color: Verdun Green. HEX triplet: 48, 46 and 0F. RGB value is (72,70,15). Sum of RGB (Red+Green+Blue) = 72+70+15=157 (20% of max value = 765). Red value is 72 (28.52% from 255 or 45.86% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 15 (6.25% from 255 or 9.55% from 157); Max value from RGB is 72 - color contains mainly: red. Hex color #48460F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48460F is #B7B9F0. Grayscale: #404040. Windows color (decimal): -12040689 or 1001032. OLE color: 1001032.

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

Color convert

RGB 72 70 15 -
CMYK 0 0.03 0.79 0.72
HSL 57.89º 0.66% 0.17% -
HSV(B) 57.89º 0.79% 0.28% -
XYZ 4.95 5.79 1.31 -
YUV 64.33 100.16 133.47 -
System Red Green Blue C M Y K H S L
Decimal 72 70 15 0 0.03 0.79 0.72 57.89 0.66 0.17
Hex 48 46 F 0 3 4F 48 3A 42 11
Octal 110 106 17 0 3 117 110 72 102 21
Binary 1001000 1000110 1111 0 11 1001111 1001000 111010 1000010 10001

Color Harmonies of #48460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48460F

Black with #48460F

Text Example


Text Example

White with #48460F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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