Html Css Color HEX #48690F Verdun Green

📋 copy color: '#48690F'

red 72 ◦ green 105 ◦ blue 15

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

Shades of Verdun Green #48690F

Tints of Verdun Green #48690F

RGB

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

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

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

R = 37.5%
G = 54.69%
B = 7.81%

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

#48690F (or 0x48690F) is known color: Verdun Green. HEX triplet: 48, 69 and 0F. RGB value is (72,105,15). Sum of RGB (Red+Green+Blue) = 72+105+15=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 105 (41.41% from 255 or 54.69% from 192); Blue value is 15 (6.25% from 255 or 7.81% from 192); Max value from RGB is 105 - color contains mainly: green. Hex color #48690F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48690F is #B796F0. Grayscale: #555555. Windows color (decimal): -12031729 or 1009992. OLE color: 1009992.

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

Color convert

RGB 72 105 15 -
CMYK 0.31 0 0.86 0.59
HSL 82º 0.75% 0.24% -
HSV(B) 82º 0.86% 0.41% -
XYZ 7.81 11.52 2.26 -
YUV 84.87 88.57 118.82 -
System Red Green Blue C M Y K H S L
Decimal 72 105 15 0.31 0 0.86 0.59 82 0.75 0.24
Hex 48 69 F 1F 0 56 3B 52 4B 18
Octal 110 151 17 37 0 126 73 122 113 30
Binary 1001000 1101001 1111 11111 0 1010110 111011 1010010 1001011 11000

Color Harmonies of #48690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48690F

Black with #48690F

Text Example


Text Example

White with #48690F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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