Html Css Color HEX #484501 Verdun Green

📋 copy color: '#484501'

red 72 ◦ green 69 ◦ blue 1

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

Shades of Verdun Green #484501

Tints of Verdun Green #484501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 48.59%

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

R = 50.7%
G = 48.59%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.72

RGB Variations

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

Color information

#484501 (or 0x484501) is known color: Verdun Green. HEX triplet: 48, 45 and 01. RGB value is (72,69,1). Sum of RGB (Red+Green+Blue) = 72+69+1=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #484501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484501 is #B7BAFE. Grayscale: #3E3E3E. Windows color (decimal): -12040959 or 83272. OLE color: 83272.

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

Color convert

RGB 72 69 1 -
CMYK 0 0.04 0.99 0.72
HSL 57.46º 0.97% 0.14% -
HSV(B) 57.46º 0.99% 0.28% -
XYZ 4.81 5.64 0.86 -
YUV 62.15 93.49 135.03 -
System Red Green Blue C M Y K H S L
Decimal 72 69 1 0 0.04 0.99 0.72 57.46 0.97 0.14
Hex 48 45 1 0 4 63 48 39 61 E
Octal 110 105 1 0 4 143 110 71 141 16
Binary 1001000 1000101 1 0 100 1100011 1001000 111001 1100001 1110

Color Harmonies of #484501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484501

Black with #484501

Text Example


Text Example

White with #484501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484501; }

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

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

background-color css

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

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

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

border-color css

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

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

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