Html Css Color HEX #484803 Verdun Green

📋 copy color: '#484803'

red 72 ◦ green 72 ◦ blue 3

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

Shades of Verdun Green #484803

Tints of Verdun Green #484803

RGB

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

 GREEN value IS 72 (28.52% from 255) = 48.98%

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

R = 48.98%
G = 48.98%
B = 2.04%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#484803 (or 0x484803) is known color: Verdun Green. HEX triplet: 48, 48 and 03. RGB value is (72,72,3). Sum of RGB (Red+Green+Blue) = 72+72+3=147 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.98% from 147); Green value is 72 (28.52% from 255 or 48.98% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 72 - color contains mainly: red, green. Hex color #484803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484803 is #B7B7FC. Grayscale: #404040. Windows color (decimal): -12040189 or 215112. OLE color: 215112.

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

Color convert

RGB 72 72 3 -
CMYK 0 0 0.96 0.72
HSL 60º 0.92% 0.15% -
HSV(B) 60º 0.96% 0.28% -
XYZ 5.01 6.02 0.98 -
YUV 64.13 93.5 133.61 -
System Red Green Blue C M Y K H S L
Decimal 72 72 3 0 0 0.96 0.72 60 0.92 0.15
Hex 48 48 3 0 0 60 48 3C 5C F
Octal 110 110 3 0 0 140 110 74 134 17
Binary 1001000 1001000 11 0 0 1100000 1001000 111100 1011100 1111

Color Harmonies of #484803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484803

Black with #484803

Text Example


Text Example

White with #484803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484803; }

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

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

background-color css

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

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

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

border-color css

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

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

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