Html Css Color HEX #484401 Verdun Green

📋 copy color: '#484401'

red 72 ◦ green 68 ◦ blue 1

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

Shades of Verdun Green #484401

Tints of Verdun Green #484401

RGB

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

 GREEN value IS 68 (26.95% from 255) = 48.23%

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

R = 51.06%
G = 48.23%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#484401 (or 0x484401) is known color: Verdun Green. HEX triplet: 48, 44 and 01. RGB value is (72,68,1). Sum of RGB (Red+Green+Blue) = 72+68+1=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 68 (26.95% from 255 or 48.23% from 141); Blue value is 1 (0.78% from 255 or 0.71% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #484401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484401 is #B7BBFE. Grayscale: #3D3D3D. Windows color (decimal): -12041215 or 83016. OLE color: 83016.

HSL color Cylindrical-coordinate representation of color #484401: hue angle of 56.62º 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 #484401 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 68 1 -
CMYK 0 0.06 0.99 0.72
HSL 56.62º 0.97% 0.14% -
HSV(B) 56.62º 0.99% 0.28% -
XYZ 4.75 5.51 0.84 -
YUV 61.56 93.83 135.45 -
System Red Green Blue C M Y K H S L
Decimal 72 68 1 0 0.06 0.99 0.72 56.62 0.97 0.14
Hex 48 44 1 0 6 63 48 39 61 E
Octal 110 104 1 0 6 143 110 71 141 16
Binary 1001000 1000100 1 0 110 1100011 1001000 111001 1100001 1110

Color Harmonies of #484401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484401

Black with #484401

Text Example


Text Example

White with #484401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484401; }

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

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

background-color css

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

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

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

border-color css

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

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

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