Html Css Color HEX #484703 Verdun Green

📋 copy color: '#484703'

red 72 ◦ green 71 ◦ blue 3

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

Shades of Verdun Green #484703

Tints of Verdun Green #484703

RGB

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

 GREEN value IS 71 (28.13% from 255) = 48.63%

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

R = 49.32%
G = 48.63%
B = 2.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#484703 (or 0x484703) is known color: Verdun Green. HEX triplet: 48, 47 and 03. RGB value is (72,71,3). Sum of RGB (Red+Green+Blue) = 72+71+3=146 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.32% from 146); Green value is 71 (28.12% from 255 or 48.63% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 72 - color contains mainly: red. Hex color #484703 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484703 is #B7B8FC. Grayscale: #3F3F3F. Windows color (decimal): -12040445 or 214856. OLE color: 214856.

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

Color convert

RGB 72 71 3 -
CMYK 0 0.01 0.96 0.72
HSL 59.13º 0.92% 0.15% -
HSV(B) 59.13º 0.96% 0.28% -
XYZ 4.94 5.89 0.96 -
YUV 63.55 93.83 134.03 -
System Red Green Blue C M Y K H S L
Decimal 72 71 3 0 0.01 0.96 0.72 59.13 0.92 0.15
Hex 48 47 3 0 1 60 48 3B 5C F
Octal 110 107 3 0 1 140 110 73 134 17
Binary 1001000 1000111 11 0 1 1100000 1001000 111011 1011100 1111

Color Harmonies of #484703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484703

Black with #484703

Text Example


Text Example

White with #484703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484703; }

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

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

background-color css

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

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

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

border-color css

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

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

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