Html Css Color HEX #48541D Verdun Green

📋 copy color: '#48541D'

red 72 ◦ green 84 ◦ blue 29

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

Shades of Verdun Green #48541D

Tints of Verdun Green #48541D

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.41%

 BLUE value IS 29 (11.72% from 255) = 15.68%

R = 38.92%
G = 45.41%
B = 15.68%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#48541D (or 0x48541D) is known color: Verdun Green. HEX triplet: 48, 54 and 1D. RGB value is (72,84,29). Sum of RGB (Red+Green+Blue) = 72+84+29=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #48541D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48541D is #B7ABE2. Grayscale: #4A4A4A. Windows color (decimal): -12037091 or 1922120. OLE color: 1922120.

HSL color Cylindrical-coordinate representation of color #48541D: hue angle of 73.09º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #48541D is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 84 29 -
CMYK 0.14 0 0.65 0.67
HSL 73.09º 0.49% 0.22% -
HSV(B) 73.09º 0.65% 0.33% -
XYZ 6.06 7.81 2.35 -
YUV 74.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 72 84 29 0.14 0 0.65 0.67 73.09 0.49 0.22
Hex 48 54 1D E 0 41 43 49 31 16
Octal 110 124 35 16 0 101 103 111 61 26
Binary 1001000 1010100 11101 1110 0 1000001 1000011 1001001 110001 10110

Color Harmonies of #48541D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48541D

Black with #48541D

Text Example


Text Example

White with #48541D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,84,29); }

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

background-color css

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

 a { background-color: rgb(72,84,29); }

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

border-color css

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

 span { border-color: rgb(72,84,29); }

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