#484408

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

Shades of Verdun Green #484408

Tints of Verdun Green #484408

Color information

#484408 (or 0x484408) is unknown color: approx Verdun Green. HEX triplet: 48, 44 and 08. RGB value is (72,68,8). Sum of RGB (Red+Green+Blue) = 72+68+8=148 (19% of max value = 765). Red value is 72 (28.52% from 255 or 48.65% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 8 (3.52% from 255 or 5.41% from 148); Max value from RGB is 72 - color contains mainly: red. Hex color #484408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #484408 is #B7BBF7. Grayscale: #3E3E3E. Windows color (decimal): -12041208 or 541768. OLE color: 541768.

HSL color Cylindrical-coordinate representation of color #484408: hue angle of 56.25º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #484408 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.72.

Color convert

RGB72688-
CMYK00.060.890.72
HSL56.25º80%15.69%-
HSV(B)56.25º88.89%28.24%-
XYZ4.785.531.04-
YUV62.3697.33134.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 48.65%
GREEN value IS 68 (26.95% from 255) = 45.95%
BLUE value IS 8 (3.52% from 255) = 5.41%
R=48.65%
G=45.95%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7268800.060.890.7256.258015.69
Hex48448065948385010
Octal11010410061311107012020
Binary100100010001001000011010110011001000111000101000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484408; }

 p { color: rgb(72,68,8); }

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

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

 a { background-color: rgb(72,68,8); }

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

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

 span { border-color: rgb(72,68,8); }

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