Html Css Color HEX #484613 Verdun Green

📋 copy color: '#484613'

red 72 ◦ green 70 ◦ blue 19

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

Shades of Verdun Green #484613

Tints of Verdun Green #484613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 43.48%

 BLUE value IS 19 (7.81% from 255) = 11.8%

R = 44.72%
G = 43.48%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.74

 K value IS 0.72

RGB Variations

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

Color information

#484613 (or 0x484613) is known color: Verdun Green. HEX triplet: 48, 46 and 13. RGB value is (72,70,19). Sum of RGB (Red+Green+Blue) = 72+70+19=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 70 (27.73% from 255 or 43.48% from 161); Blue value is 19 (7.81% from 255 or 11.80% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #484613 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484613 is #B7B9EC. Grayscale: #404040. Windows color (decimal): -12040685 or 1263176. OLE color: 1263176.

HSL color Cylindrical-coordinate representation of color #484613: hue angle of 57.74º degrees, saturation: 0.58, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #484613 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 70 19 -
CMYK 0 0.03 0.74 0.72
HSL 57.74º 0.58% 0.18% -
HSV(B) 57.74º 0.74% 0.28% -
XYZ 4.98 5.81 1.47 -
YUV 64.78 102.16 133.15 -
System Red Green Blue C M Y K H S L
Decimal 72 70 19 0 0.03 0.74 0.72 57.74 0.58 0.18
Hex 48 46 13 0 3 4A 48 3A 3A 12
Octal 110 106 23 0 3 112 110 72 72 22
Binary 1001000 1000110 10011 0 11 1001010 1001000 111010 111010 10010

Color Harmonies of #484613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484613

Black with #484613

Text Example


Text Example

White with #484613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484613; }

 p { color: rgb(72,70,19); }

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

background-color css

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

 a { background-color: rgb(72,70,19); }

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

border-color css

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

 span { border-color: rgb(72,70,19); }

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