Html Css Color HEX #484504 Verdun Green

📋 copy color: '#484504'

red 72 ◦ green 69 ◦ blue 4

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

Shades of Verdun Green #484504

Tints of Verdun Green #484504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.76%

R = 49.66%
G = 47.59%
B = 2.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#484504 (or 0x484504) is known color: Verdun Green. HEX triplet: 48, 45 and 04. RGB value is (72,69,4). Sum of RGB (Red+Green+Blue) = 72+69+4=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 69 (27.34% from 255 or 47.59% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #484504 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484504 is #B7BAFB. Grayscale: #3E3E3E. Windows color (decimal): -12040956 or 279880. OLE color: 279880.

HSL color Cylindrical-coordinate representation of color #484504: hue angle of 57.35º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #484504 is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 69 4 -
CMYK 0 0.04 0.94 0.72
HSL 57.35º 0.89% 0.15% -
HSV(B) 57.35º 0.94% 0.28% -
XYZ 4.82 5.64 0.95 -
YUV 62.49 94.99 134.79 -
System Red Green Blue C M Y K H S L
Decimal 72 69 4 0 0.04 0.94 0.72 57.35 0.89 0.15
Hex 48 45 4 0 4 5E 48 39 59 F
Octal 110 105 4 0 4 136 110 71 131 17
Binary 1001000 1000101 100 0 100 1011110 1001000 111001 1011001 1111

Color Harmonies of #484504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484504

Black with #484504

Text Example


Text Example

White with #484504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484504; }

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

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

background-color css

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

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

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

border-color css

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

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

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