#484F17

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

Shades of Verdun Green #484F17

Tints of Verdun Green #484F17

Color information

#484F17 (or 0x484F17) is unknown color: approx Verdun Green. HEX triplet: 48, 4F and 17. RGB value is (72,79,23). Sum of RGB (Red+Green+Blue) = 72+79+23=174 (23% of max value = 765). Red value is 72 (28.52% from 255 or 41.38% from 174); Green value is 79 (31.25% from 255 or 45.40% from 174); Blue value is 23 (9.38% from 255 or 13.22% from 174); Max value from RGB is 79 - color contains mainly: green. Hex color #484F17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #484F17 is #B7B0E8. Grayscale: #464646. Windows color (decimal): -12038377 or 1527624. OLE color: 1527624.

HSL color Cylindrical-coordinate representation of color #484F17: hue angle of 67.5º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #484F17 is Cyan = 0.09, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.

Color convert

RGB727923-
CMYK0.0900.710.69
HSL67.5º54.9%20%-
HSV(B)67.5º70.89%30.98%-
XYZ5.627.031.87-
YUV70.52101.18129.05-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.38%
GREEN value IS 79 (31.25% from 255) = 45.40%
BLUE value IS 23 (9.38% from 255) = 13.22%
R=41.38%
G=45.40%
B=13.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7279230.0900.710.6967.554.920
Hex484F17904745443714
Octal110117271101071051046724
Binary10010001001111101111001010001111000101100010011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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