Html Css Color HEX #48581A Verdun Green

📋 copy color: '#48581A'

red 72 ◦ green 88 ◦ blue 26

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

Shades of Verdun Green #48581A

Tints of Verdun Green #48581A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.98%

R = 38.71%
G = 47.31%
B = 13.98%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.70

 K value IS 0.65

RGB Variations

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

Color information

#48581A (or 0x48581A) is known color: Verdun Green. HEX triplet: 48, 58 and 1A. RGB value is (72,88,26). Sum of RGB (Red+Green+Blue) = 72+88+26=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 88 (34.77% from 255 or 47.31% from 186); Blue value is 26 (10.55% from 255 or 13.98% from 186); Max value from RGB is 88 - color contains mainly: green. Hex color #48581A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48581A is #B7A7E5. Grayscale: #4C4C4C. Windows color (decimal): -12036070 or 1726536. OLE color: 1726536.

HSL color Cylindrical-coordinate representation of color #48581A: hue angle of 75.48º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #48581A is Cyan = 0.18, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 88 26 -
CMYK 0.18 0 0.70 0.65
HSL 75.48º 0.54% 0.22% -
HSV(B) 75.48º 0.7% 0.35% -
XYZ 6.35 8.43 2.27 -
YUV 76.15 99.7 125.04 -
System Red Green Blue C M Y K H S L
Decimal 72 88 26 0.18 0 0.70 0.65 75.48 0.54 0.22
Hex 48 58 1A 12 0 46 41 4B 36 16
Octal 110 130 32 22 0 106 101 113 66 26
Binary 1001000 1011000 11010 10010 0 1000110 1000001 1001011 110110 10110

Color Harmonies of #48581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48581A

Black with #48581A

Text Example


Text Example

White with #48581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48581A; }

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

 H1.HeaderClassName
 {
   color: #48581A;
 }
 .AnyTagClassName
 {
   color: #48581A;
 }
</style>

background-color css

<style>
 a { background-color: #48581A; }

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

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

border-color css

<style>
 span { border-color: #48581A; }

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

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