Html Css Color HEX #48531A Verdun Green

📋 copy color: '#48531A'

red 72 ◦ green 83 ◦ blue 26

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

Shades of Verdun Green #48531A

Tints of Verdun Green #48531A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.36%

R = 39.78%
G = 45.86%
B = 14.36%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.69

 K value IS 0.67

RGB Variations

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

Color information

#48531A (or 0x48531A) is known color: Verdun Green. HEX triplet: 48, 53 and 1A. RGB value is (72,83,26). Sum of RGB (Red+Green+Blue) = 72+83+26=181 (23% of max value = 765). Red value is 72 (28.52% from 255 or 39.78% from 181); Green value is 83 (32.81% from 255 or 45.86% from 181); Blue value is 26 (10.55% from 255 or 14.36% from 181); Max value from RGB is 83 - color contains mainly: green. Hex color #48531A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48531A is #B7ACE5. Grayscale: #494949. Windows color (decimal): -12037350 or 1725256. OLE color: 1725256.

HSL color Cylindrical-coordinate representation of color #48531A: hue angle of 71.58º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #48531A is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 83 26 -
CMYK 0.13 0 0.69 0.67
HSL 71.58º 0.52% 0.21% -
HSV(B) 71.58º 0.69% 0.33% -
XYZ 5.95 7.64 2.14 -
YUV 73.21 101.36 127.13 -
System Red Green Blue C M Y K H S L
Decimal 72 83 26 0.13 0 0.69 0.67 71.58 0.52 0.21
Hex 48 53 1A D 0 45 43 48 34 15
Octal 110 123 32 15 0 105 103 110 64 25
Binary 1001000 1010011 11010 1101 0 1000101 1000011 1001000 110100 10101

Color Harmonies of #48531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48531A

Black with #48531A

Text Example


Text Example

White with #48531A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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