Html Css Color HEX #48580F Verdun Green

📋 copy color: '#48580F'

red 72 ◦ green 88 ◦ blue 15

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

Shades of Verdun Green #48580F

Tints of Verdun Green #48580F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 50.29%

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

R = 41.14%
G = 50.29%
B = 8.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#48580F (or 0x48580F) is known color: Verdun Green. HEX triplet: 48, 58 and 0F. RGB value is (72,88,15). Sum of RGB (Red+Green+Blue) = 72+88+15=175 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.14% from 175); Green value is 88 (34.77% from 255 or 50.29% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 88 - color contains mainly: green. Hex color #48580F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #48580F is #B7A7F0. Grayscale: #4B4B4B. Windows color (decimal): -12036081 or 1005640. OLE color: 1005640.

HSL color Cylindrical-coordinate representation of color #48580F: hue angle of 73.15º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #48580F is Cyan = 0.18, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 15 -
CMYK 0.18 0 0.83 0.65
HSL 73.15º 0.71% 0.2% -
HSV(B) 73.15º 0.83% 0.35% -
XYZ 6.25 8.39 1.74 -
YUV 74.89 94.2 125.94 -
System Red Green Blue C M Y K H S L
Decimal 72 88 15 0.18 0 0.83 0.65 73.15 0.71 0.2
Hex 48 58 F 12 0 53 41 49 47 14
Octal 110 130 17 22 0 123 101 111 107 24
Binary 1001000 1011000 1111 10010 0 1010011 1000001 1001001 1000111 10100

Color Harmonies of #48580F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48580F

Black with #48580F

Text Example


Text Example

White with #48580F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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