Html Css Color HEX #484500 Verdun Green

📋 copy color: '#484500'

red 72 ◦ green 69 ◦ blue 0

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

Shades of Verdun Green #484500

Tints of Verdun Green #484500

RGB

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

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

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

R = 51.06%
G = 48.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.72

RGB Variations

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

Color information

#484500 (or 0x484500) is known color: Verdun Green. HEX triplet: 48, 45 and 00. RGB value is (72,69,0). Sum of RGB (Red+Green+Blue) = 72+69+0=141 (18% of max value = 765). Red value is 72 (28.52% from 255 or 51.06% from 141); Green value is 69 (27.34% from 255 or 48.94% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 72 - color contains mainly: red. Hex color #484500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484500 is #B7BAFF. Grayscale: #3E3E3E. Windows color (decimal): -12040960 or 17736. OLE color: 17736.

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

Color convert

RGB 72 69 0 -
CMYK 0 0.04 1 0.72
HSL 57.5º 1% 0.14% -
HSV(B) 57.5º 1% 0.28% -
XYZ 4.8 5.63 0.83 -
YUV 62.03 92.99 135.11 -
System Red Green Blue C M Y K H S L
Decimal 72 69 0 0 0.04 1 0.72 57.5 1 0.14
Hex 48 45 0 0 4 64 48 3A 64 E
Octal 110 105 0 0 4 144 110 72 144 16
Binary 1001000 1000101 0 0 100 1100100 1001000 111010 1100100 1110

Color Harmonies of #484500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484500

Black with #484500

Text Example


Text Example

White with #484500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484500; }

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

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

background-color css

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

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

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

border-color css

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

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

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