Html Css Color HEX #484D10 Verdun Green

📋 copy color: '#484D10'

red 72 ◦ green 77 ◦ blue 16

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

Shades of Verdun Green #484D10

Tints of Verdun Green #484D10

RGB

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

 GREEN value IS 77 (30.47% from 255) = 46.67%

 BLUE value IS 16 (6.64% from 255) = 9.7%

R = 43.64%
G = 46.67%
B = 9.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.79

 K value IS 0.70

RGB Variations

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

Color information

#484D10 (or 0x484D10) is known color: Verdun Green. HEX triplet: 48, 4D and 10. RGB value is (72,77,16). Sum of RGB (Red+Green+Blue) = 72+77+16=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 77 (30.47% from 255 or 46.67% from 165); Blue value is 16 (6.64% from 255 or 9.70% from 165); Max value from RGB is 77 - color contains mainly: green. Hex color #484D10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484D10 is #B7B2EF. Grayscale: #444444. Windows color (decimal): -12038896 or 1068360. OLE color: 1068360.

HSL color Cylindrical-coordinate representation of color #484D10: hue angle of 64.92º degrees, saturation: 0.66, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #484D10 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.70.

Color convert

RGB 72 77 16 -
CMYK 0.06 0 0.79 0.70
HSL 64.92º 0.66% 0.18% -
HSV(B) 64.92º 0.79% 0.3% -
XYZ 5.42 6.72 1.5 -
YUV 68.55 98.34 130.46 -
System Red Green Blue C M Y K H S L
Decimal 72 77 16 0.06 0 0.79 0.70 64.92 0.66 0.18
Hex 48 4D 10 6 0 4F 46 41 42 12
Octal 110 115 20 6 0 117 106 101 102 22
Binary 1001000 1001101 10000 110 0 1001111 1000110 1000001 1000010 10010

Color Harmonies of #484D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484D10

Black with #484D10

Text Example


Text Example

White with #484D10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484D10; }

 p { color: rgb(72,77,16); }

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

background-color css

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

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

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

border-color css

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

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

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