Html Css Color HEX #48541E Verdun Green

📋 copy color: '#48541E'

red 72 ◦ green 84 ◦ blue 30

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

Shades of Verdun Green #48541E

Tints of Verdun Green #48541E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.13%

R = 38.71%
G = 45.16%
B = 16.13%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#48541E (or 0x48541E) is known color: Verdun Green. HEX triplet: 48, 54 and 1E. RGB value is (72,84,30). Sum of RGB (Red+Green+Blue) = 72+84+30=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 30 (12.11% from 255 or 16.13% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #48541E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48541E is #B7ABE1. Grayscale: #4A4A4A. Windows color (decimal): -12037090 or 1987656. OLE color: 1987656.

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

Color convert

RGB 72 84 30 -
CMYK 0.14 0 0.64 0.67
HSL 73.33º 0.47% 0.22% -
HSV(B) 73.33º 0.64% 0.33% -
XYZ 6.08 7.81 2.42 -
YUV 74.26 103.02 126.39 -
System Red Green Blue C M Y K H S L
Decimal 72 84 30 0.14 0 0.64 0.67 73.33 0.47 0.22
Hex 48 54 1E E 0 40 43 49 2F 16
Octal 110 124 36 16 0 100 103 111 57 26
Binary 1001000 1010100 11110 1110 0 1000000 1000011 1001001 101111 10110

Color Harmonies of #48541E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48541E

Black with #48541E

Text Example


Text Example

White with #48541E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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