Html Css Color HEX #484503 Verdun Green

📋 copy color: '#484503'

red 72 ◦ green 69 ◦ blue 3

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

Shades of Verdun Green #484503

Tints of Verdun Green #484503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.08%

R = 50%
G = 47.92%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#484503 (or 0x484503) is known color: Verdun Green. HEX triplet: 48, 45 and 03. RGB value is (72,69,3). Sum of RGB (Red+Green+Blue) = 72+69+3=144 (19% of max value = 765). Red value is 72 (28.52% from 255 or 50% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 3 (1.56% from 255 or 2.08% from 144); Max value from RGB is 72 - color contains mainly: red. Hex color #484503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484503 is #B7BAFC. Grayscale: #3E3E3E. Windows color (decimal): -12040957 or 214344. OLE color: 214344.

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

Color convert

RGB 72 69 3 -
CMYK 0 0.04 0.96 0.72
HSL 57.39º 0.92% 0.15% -
HSV(B) 57.39º 0.96% 0.28% -
XYZ 4.82 5.64 0.92 -
YUV 62.37 94.49 134.87 -
System Red Green Blue C M Y K H S L
Decimal 72 69 3 0 0.04 0.96 0.72 57.39 0.92 0.15
Hex 48 45 3 0 4 60 48 39 5C F
Octal 110 105 3 0 4 140 110 71 134 17
Binary 1001000 1000101 11 0 100 1100000 1001000 111001 1011100 1111

Color Harmonies of #484503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484503

Black with #484503

Text Example


Text Example

White with #484503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484503; }

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

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

background-color css

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

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

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

border-color css

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

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

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