Html Css Color HEX #48680E Verdun Green

📋 copy color: '#48680E'

red 72 ◦ green 104 ◦ blue 14

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

Shades of Verdun Green #48680E

Tints of Verdun Green #48680E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.37%

R = 37.89%
G = 54.74%
B = 7.37%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#48680E (or 0x48680E) is known color: Verdun Green. HEX triplet: 48, 68 and 0E. RGB value is (72,104,14). Sum of RGB (Red+Green+Blue) = 72+104+14=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 104 (41.02% from 255 or 54.74% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 104 - color contains mainly: green. Hex color #48680E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48680E is #B797F1. Grayscale: #545454. Windows color (decimal): -12031986 or 944200. OLE color: 944200.

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

Color convert

RGB 72 104 14 -
CMYK 0.31 0 0.87 0.59
HSL 81.33º 0.76% 0.23% -
HSV(B) 81.33º 0.87% 0.41% -
XYZ 7.7 11.31 2.19 -
YUV 84.17 88.4 119.32 -
System Red Green Blue C M Y K H S L
Decimal 72 104 14 0.31 0 0.87 0.59 81.33 0.76 0.23
Hex 48 68 E 1F 0 57 3B 51 4C 17
Octal 110 150 16 37 0 127 73 121 114 27
Binary 1001000 1101000 1110 11111 0 1010111 111011 1010001 1001100 10111

Color Harmonies of #48680E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48680E

Black with #48680E

Text Example


Text Example

White with #48680E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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