Html Css Color HEX #48690D Verdun Green

📋 copy color: '#48690D'

red 72 ◦ green 105 ◦ blue 13

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

Shades of Verdun Green #48690D

Tints of Verdun Green #48690D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 55.26%

 BLUE value IS 13 (5.47% from 255) = 6.84%

R = 37.89%
G = 55.26%
B = 6.84%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#48690D (or 0x48690D) is known color: Verdun Green. HEX triplet: 48, 69 and 0D. RGB value is (72,105,13). Sum of RGB (Red+Green+Blue) = 72+105+13=190 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.89% from 190); Green value is 105 (41.41% from 255 or 55.26% from 190); Blue value is 13 (5.47% from 255 or 6.84% from 190); Max value from RGB is 105 - color contains mainly: green. Hex color #48690D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48690D is #B796F2. Grayscale: #545454. Windows color (decimal): -12031731 or 878920. OLE color: 878920.

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

Color convert

RGB 72 105 13 -
CMYK 0.31 0 0.88 0.59
HSL 81.52º 0.78% 0.23% -
HSV(B) 81.52º 0.88% 0.41% -
XYZ 7.8 11.51 2.19 -
YUV 84.65 87.57 118.98 -
System Red Green Blue C M Y K H S L
Decimal 72 105 13 0.31 0 0.88 0.59 81.52 0.78 0.23
Hex 48 69 D 1F 0 58 3B 52 4E 17
Octal 110 151 15 37 0 130 73 122 116 27
Binary 1001000 1101001 1101 11111 0 1011000 111011 1010010 1001110 10111

Color Harmonies of #48690D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48690D

Black with #48690D

Text Example


Text Example

White with #48690D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48690D; }

 p { color: rgb(72,105,13); }

 H1.HeaderClassName
 {
   color: #48690D;
 }
 .AnyTagClassName
 {
   color: #48690D;
 }
</style>

background-color css

<style>
 a { background-color: #48690D; }

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

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

border-color css

<style>
 span { border-color: #48690D; }

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

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