Html Css Color HEX #48490F Verdun Green

📋 copy color: '#48490F'

red 72 ◦ green 73 ◦ blue 15

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

Shades of Verdun Green #48490F

Tints of Verdun Green #48490F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 45.63%

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

R = 45%
G = 45.63%
B = 9.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#48490F (or 0x48490F) is known color: Verdun Green. HEX triplet: 48, 49 and 0F. RGB value is (72,73,15). Sum of RGB (Red+Green+Blue) = 72+73+15=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #48490F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48490F is #B7B6F0. Grayscale: #424242. Windows color (decimal): -12039921 or 1001800. OLE color: 1001800.

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

Color convert

RGB 72 73 15 -
CMYK 0.01 0 0.79 0.71
HSL 61.03º 0.66% 0.17% -
HSV(B) 61.03º 0.79% 0.29% -
XYZ 5.14 6.18 1.37 -
YUV 66.09 99.17 132.22 -
System Red Green Blue C M Y K H S L
Decimal 72 73 15 0.01 0 0.79 0.71 61.03 0.66 0.17
Hex 48 49 F 1 0 4F 47 3D 42 11
Octal 110 111 17 1 0 117 107 75 102 21
Binary 1001000 1001001 1111 1 0 1001111 1000111 111101 1000010 10001

Color Harmonies of #48490F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48490F

Black with #48490F

Text Example


Text Example

White with #48490F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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