Html Css Color HEX #48480F Verdun Green

📋 copy color: '#48480F'

red 72 ◦ green 72 ◦ blue 15

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

Shades of Verdun Green #48480F

Tints of Verdun Green #48480F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 45.28%

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

R = 45.28%
G = 45.28%
B = 9.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.72

RGB Variations

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

Color information

#48480F (or 0x48480F) is known color: Verdun Green. HEX triplet: 48, 48 and 0F. RGB value is (72,72,15). Sum of RGB (Red+Green+Blue) = 72+72+15=159 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45.28% from 159); Green value is 72 (28.52% from 255 or 45.28% from 159); Blue value is 15 (6.25% from 255 or 9.43% from 159); Max value from RGB is 72 - color contains mainly: red, green. Hex color #48480F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #48480F is #B7B7F0. Grayscale: #414141. Windows color (decimal): -12040177 or 1001544. OLE color: 1001544.

HSL color Cylindrical-coordinate representation of color #48480F: hue angle of 60º 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 #48480F is Cyan = 0, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 72 15 -
CMYK 0 0 0.79 0.72
HSL 60º 0.66% 0.17% -
HSV(B) 60º 0.79% 0.28% -
XYZ 5.08 6.05 1.35 -
YUV 65.5 99.5 132.63 -
System Red Green Blue C M Y K H S L
Decimal 72 72 15 0 0 0.79 0.72 60 0.66 0.17
Hex 48 48 F 0 0 4F 48 3C 42 11
Octal 110 110 17 0 0 117 110 74 102 21
Binary 1001000 1001000 1111 0 0 1001111 1001000 111100 1000010 10001

Color Harmonies of #48480F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48480F

Black with #48480F

Text Example


Text Example

White with #48480F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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