Html Css Color HEX #48601A Verdun Green

📋 copy color: '#48601A'

red 72 ◦ green 96 ◦ blue 26

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

Shades of Verdun Green #48601A

Tints of Verdun Green #48601A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 49.48%

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

R = 37.11%
G = 49.48%
B = 13.4%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#48601A (or 0x48601A) is known color: Verdun Green. HEX triplet: 48, 60 and 1A. RGB value is (72,96,26). Sum of RGB (Red+Green+Blue) = 72+96+26=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 96 (37.89% from 255 or 49.48% from 194); Blue value is 26 (10.55% from 255 or 13.40% from 194); Max value from RGB is 96 - color contains mainly: green. Hex color #48601A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48601A is #B79FE5. Grayscale: #515151. Windows color (decimal): -12034022 or 1728584. OLE color: 1728584.

HSL color Cylindrical-coordinate representation of color #48601A: hue angle of 80.57º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #48601A is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 96 26 -
CMYK 0.25 0 0.73 0.62
HSL 80.57º 0.57% 0.24% -
HSV(B) 80.57º 0.73% 0.38% -
XYZ 7.04 9.82 2.5 -
YUV 80.84 97.05 121.69 -
System Red Green Blue C M Y K H S L
Decimal 72 96 26 0.25 0 0.73 0.62 80.57 0.57 0.24
Hex 48 60 1A 19 0 49 3E 51 39 18
Octal 110 140 32 31 0 111 76 121 71 30
Binary 1001000 1100000 11010 11001 0 1001001 111110 1010001 111001 11000

Color Harmonies of #48601A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48601A

Black with #48601A

Text Example


Text Example

White with #48601A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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