Html Css Color HEX #484604 Verdun Green

📋 copy color: '#484604'

red 72 ◦ green 70 ◦ blue 4

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

Shades of Verdun Green #484604

Tints of Verdun Green #484604

RGB

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

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

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

R = 49.32%
G = 47.95%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#484604 (or 0x484604) is known color: Verdun Green. HEX triplet: 48, 46 and 04. RGB value is (72,70,4). Sum of RGB (Red+Green+Blue) = 72+70+4=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 70 (27.73% from 255 or 47.95% from 146); Blue value is 4 (1.95% from 255 or 2.74% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #484604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484604 is #B7B9FB. Grayscale: #3F3F3F. Windows color (decimal): -12040700 or 280136. OLE color: 280136.

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

Color convert

RGB 72 70 4 -
CMYK 0 0.03 0.94 0.72
HSL 58.24º 0.89% 0.15% -
HSV(B) 58.24º 0.94% 0.28% -
XYZ 4.88 5.77 0.97 -
YUV 63.07 94.66 134.37 -
System Red Green Blue C M Y K H S L
Decimal 72 70 4 0 0.03 0.94 0.72 58.24 0.89 0.15
Hex 48 46 4 0 3 5E 48 3A 59 F
Octal 110 106 4 0 3 136 110 72 131 17
Binary 1001000 1000110 100 0 11 1011110 1001000 111010 1011001 1111

Color Harmonies of #484604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484604

Black with #484604

Text Example


Text Example

White with #484604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484604; }

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

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

background-color css

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

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

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

border-color css

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

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

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