Html Css Color HEX #484702 Verdun Green

📋 copy color: '#484702'

red 72 ◦ green 71 ◦ blue 2

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

Shades of Verdun Green #484702

Tints of Verdun Green #484702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.38%

R = 49.66%
G = 48.97%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.72

RGB Variations

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

Color information

#484702 (or 0x484702) is known color: Verdun Green. HEX triplet: 48, 47 and 02. RGB value is (72,71,2). Sum of RGB (Red+Green+Blue) = 72+71+2=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 71 (28.12% from 255 or 48.97% from 145); Blue value is 2 (1.17% from 255 or 1.38% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #484702 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484702 is #B7B8FD. Grayscale: #3F3F3F. Windows color (decimal): -12040446 or 149320. OLE color: 149320.

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

Color convert

RGB 72 71 2 -
CMYK 0 0.01 0.97 0.72
HSL 59.14º 0.95% 0.15% -
HSV(B) 59.14º 0.97% 0.28% -
XYZ 4.94 5.89 0.93 -
YUV 63.43 93.33 134.11 -
System Red Green Blue C M Y K H S L
Decimal 72 71 2 0 0.01 0.97 0.72 59.14 0.95 0.15
Hex 48 47 2 0 1 61 48 3B 5F F
Octal 110 107 2 0 1 141 110 73 137 17
Binary 1001000 1000111 10 0 1 1100001 1001000 111011 1011111 1111

Color Harmonies of #484702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484702

Black with #484702

Text Example


Text Example

White with #484702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484702; }

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

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

background-color css

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

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

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

border-color css

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

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

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