Html Css Color HEX #484600 Verdun Green

📋 copy color: '#484600'

red 72 ◦ green 70 ◦ blue 0

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

Shades of Verdun Green #484600

Tints of Verdun Green #484600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.7%
G = 49.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#484600 (or 0x484600) is known color: Verdun Green. HEX triplet: 48, 46 and 00. RGB value is (72,70,0). Sum of RGB (Red+Green+Blue) = 72+70+0=142 (18% of max value = 765). Red value is 72 (28.52% from 255 or 50.70% from 142); Green value is 70 (27.73% from 255 or 49.30% from 142); Blue value is 0 (0.39% from 255 or 0% from 142); Max value from RGB is 72 - color contains mainly: red. Hex color #484600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484600 is #B7B9FF. Grayscale: #3E3E3E. Windows color (decimal): -12040704 or 17992. OLE color: 17992.

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

Color convert

RGB 72 70 0 -
CMYK 0 0.03 1 0.72
HSL 58.33º 1% 0.14% -
HSV(B) 58.33º 1% 0.28% -
XYZ 4.86 5.76 0.86 -
YUV 62.62 92.66 134.69 -
System Red Green Blue C M Y K H S L
Decimal 72 70 0 0 0.03 1 0.72 58.33 1 0.14
Hex 48 46 0 0 3 64 48 3A 64 E
Octal 110 106 0 0 3 144 110 72 144 16
Binary 1001000 1000110 0 0 11 1100100 1001000 111010 1100100 1110

Color Harmonies of #484600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484600

Black with #484600

Text Example


Text Example

White with #484600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484600; }

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

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

background-color css

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

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

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

border-color css

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

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

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