Html Css Color HEX #48680F Verdun Green

📋 copy color: '#48680F'

red 72 ◦ green 104 ◦ blue 15

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

Shades of Verdun Green #48680F

Tints of Verdun Green #48680F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 54.45%

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

R = 37.7%
G = 54.45%
B = 7.85%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#48680F (or 0x48680F) is known color: Verdun Green. HEX triplet: 48, 68 and 0F. RGB value is (72,104,15). Sum of RGB (Red+Green+Blue) = 72+104+15=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 104 (41.02% from 255 or 54.45% from 191); Blue value is 15 (6.25% from 255 or 7.85% from 191); Max value from RGB is 104 - color contains mainly: green. Hex color #48680F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48680F is #B797F0. Grayscale: #545454. Windows color (decimal): -12031985 or 1009736. OLE color: 1009736.

HSL color Cylindrical-coordinate representation of color #48680F: hue angle of 81.57º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #48680F is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 72 104 15 -
CMYK 0.31 0 0.86 0.59
HSL 81.57º 0.75% 0.23% -
HSV(B) 81.57º 0.86% 0.41% -
XYZ 7.71 11.31 2.23 -
YUV 84.29 88.9 119.24 -
System Red Green Blue C M Y K H S L
Decimal 72 104 15 0.31 0 0.86 0.59 81.57 0.75 0.23
Hex 48 68 F 1F 0 56 3B 52 4B 17
Octal 110 150 17 37 0 126 73 122 113 27
Binary 1001000 1101000 1111 11111 0 1010110 111011 1010010 1001011 10111

Color Harmonies of #48680F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48680F

Black with #48680F

Text Example


Text Example

White with #48680F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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