Html Css Color HEX #48531D Verdun Green

📋 copy color: '#48531D'

red 72 ◦ green 83 ◦ blue 29

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

Shades of Verdun Green #48531D

Tints of Verdun Green #48531D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 45.11%

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

R = 39.13%
G = 45.11%
B = 15.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#48531D (or 0x48531D) is known color: Verdun Green. HEX triplet: 48, 53 and 1D. RGB value is (72,83,29). Sum of RGB (Red+Green+Blue) = 72+83+29=184 (24% of max value = 765). Red value is 72 (28.52% from 255 or 39.13% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 29 (11.72% from 255 or 15.76% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #48531D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48531D is #B7ACE2. Grayscale: #494949. Windows color (decimal): -12037347 or 1921864. OLE color: 1921864.

HSL color Cylindrical-coordinate representation of color #48531D: hue angle of 72.22º degrees, saturation: 0.48, 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 #48531D is Cyan = 0.13, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 29 -
CMYK 0.13 0 0.65 0.67
HSL 72.22º 0.48% 0.22% -
HSV(B) 72.22º 0.65% 0.33% -
XYZ 5.99 7.65 2.32 -
YUV 73.56 102.86 126.89 -
System Red Green Blue C M Y K H S L
Decimal 72 83 29 0.13 0 0.65 0.67 72.22 0.48 0.22
Hex 48 53 1D D 0 41 43 48 30 16
Octal 110 123 35 15 0 101 103 110 60 26
Binary 1001000 1010011 11101 1101 0 1000001 1000011 1001000 110000 10110

Color Harmonies of #48531D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48531D

Black with #48531D

Text Example


Text Example

White with #48531D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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