Html Css Color HEX #484601 Verdun Green

📋 copy color: '#484601'

red 72 ◦ green 70 ◦ blue 1

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

Shades of Verdun Green #484601

Tints of Verdun Green #484601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.7%

R = 50.35%
G = 48.95%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#484601 (or 0x484601) is known color: Verdun Green. HEX triplet: 48, 46 and 01. RGB value is (72,70,1). Sum of RGB (Red+Green+Blue) = 72+70+1=143 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.35% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 1 (0.78% from 255 or 0.70% from 143); Max value from RGB is 72 - color contains mainly: red. Hex color #484601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484601 is #B7B9FE. Grayscale: #3F3F3F. Windows color (decimal): -12040703 or 83528. OLE color: 83528.

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

Color convert

RGB 72 70 1 -
CMYK 0 0.03 0.99 0.72
HSL 58.31º 0.97% 0.14% -
HSV(B) 58.31º 0.99% 0.28% -
XYZ 4.87 5.76 0.88 -
YUV 62.73 93.16 134.61 -
System Red Green Blue C M Y K H S L
Decimal 72 70 1 0 0.03 0.99 0.72 58.31 0.97 0.14
Hex 48 46 1 0 3 63 48 3A 61 E
Octal 110 106 1 0 3 143 110 72 141 16
Binary 1001000 1000110 1 0 11 1100011 1001000 111010 1100001 1110

Color Harmonies of #484601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484601

Black with #484601

Text Example


Text Example

White with #484601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484601; }

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

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

background-color css

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

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

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

border-color css

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

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

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