Html Css Color HEX #48551F Verdun Green

📋 copy color: '#48551F'

red 72 ◦ green 85 ◦ blue 31

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

Shades of Verdun Green #48551F

Tints of Verdun Green #48551F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.21%

 BLUE value IS 31 (12.5% from 255) = 16.49%

R = 38.3%
G = 45.21%
B = 16.49%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#48551F (or 0x48551F) is known color: Verdun Green. HEX triplet: 48, 55 and 1F. RGB value is (72,85,31). Sum of RGB (Red+Green+Blue) = 72+85+31=188 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.30% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 31 (12.5% from 255 or 16.49% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #48551F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48551F is #B7AAE0. Grayscale: #4B4B4B. Windows color (decimal): -12036833 or 2053448. OLE color: 2053448.

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

Color convert

RGB 72 85 31 -
CMYK 0.15 0 0.64 0.67
HSL 74.44º 0.47% 0.23% -
HSV(B) 74.44º 0.64% 0.33% -
XYZ 6.17 7.97 2.51 -
YUV 74.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 72 85 31 0.15 0 0.64 0.67 74.44 0.47 0.23
Hex 48 55 1F F 0 40 43 4A 2F 17
Octal 110 125 37 17 0 100 103 112 57 27
Binary 1001000 1010101 11111 1111 0 1000000 1000011 1001010 101111 10111

Color Harmonies of #48551F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48551F

Black with #48551F

Text Example


Text Example

White with #48551F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48551F; }

 p { color: rgb(72,85,31); }

 H1.HeaderClassName
 {
   color: #48551F;
 }
 .AnyTagClassName
 {
   color: #48551F;
 }
</style>

background-color css

<style>
 a { background-color: #48551F; }

 a { background-color: rgb(72,85,31); }

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

border-color css

<style>
 span { border-color: #48551F; }

 span { border-color: rgb(72,85,31); }

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