#484F10

Color #484F10 Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #484F10

Tints of Verdun Green #484F10

Color information

#484F10 (or 0x484F10) is unknown color: approx Verdun Green. HEX triplet: 48, 4F and 10. RGB value is (72,79,16). Sum of RGB (Red+Green+Blue) = 72+79+16=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 79 (31.25% from 255 or 47.31% from 167); Blue value is 16 (6.64% from 255 or 9.58% from 167); Max value from RGB is 79 - color contains mainly: green. Hex color #484F10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484F10 is #B7B0EF. Grayscale: #454545. Windows color (decimal): -12038384 or 1068872. OLE color: 1068872.

HSL color Cylindrical-coordinate representation of color #484F10: hue angle of 66.67º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #484F10 is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.69.

Color convert

RGB727916-
CMYK0.0900.800.69
HSL66.67º66.32%18.63%-
HSV(B)66.67º79.75%30.98%-
XYZ5.567.011.55-
YUV69.7297.68129.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 79 (31.25% from 255) = 47.31%
BLUE value IS 16 (6.64% from 255) = 9.58%
R=43.11%
G=47.31%
B=9.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7279160.0900.800.6966.6766.3218.63
Hex484F10905045434213
Octal1101172011012010510310223
Binary100100010011111000010010101000010001011000011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #484F10;
 }
 .AnyTagClassName
 {
   color: #484F10;
 }
</style>
background-color css

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

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

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

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

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

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