Html Css Color HEX #48541C Verdun Green

📋 copy color: '#48541C'

red 72 ◦ green 84 ◦ blue 28

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

Shades of Verdun Green #48541C

Tints of Verdun Green #48541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.22%

R = 39.13%
G = 45.65%
B = 15.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#48541C (or 0x48541C) is known color: Verdun Green. HEX triplet: 48, 54 and 1C. RGB value is (72,84,28). Sum of RGB (Red+Green+Blue) = 72+84+28=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 84 (33.20% from 255 or 45.65% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 84 - color contains mainly: green. Hex color #48541C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48541C is #B7ABE3. Grayscale: #4A4A4A. Windows color (decimal): -12037092 or 1856584. OLE color: 1856584.

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

Color convert

RGB 72 84 28 -
CMYK 0.14 0 0.67 0.67
HSL 72.86º 0.5% 0.22% -
HSV(B) 72.86º 0.67% 0.33% -
XYZ 6.05 7.8 2.29 -
YUV 74.03 102.02 126.55 -
System Red Green Blue C M Y K H S L
Decimal 72 84 28 0.14 0 0.67 0.67 72.86 0.5 0.22
Hex 48 54 1C E 0 43 43 49 32 16
Octal 110 124 34 16 0 103 103 111 62 26
Binary 1001000 1010100 11100 1110 0 1000011 1000011 1001001 110010 10110

Color Harmonies of #48541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48541C

Black with #48541C

Text Example


Text Example

White with #48541C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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