#486308

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

Shades of Verdun Green #486308

Tints of Verdun Green #486308

Color information

#486308 (or 0x486308) is unknown color: approx Verdun Green. HEX triplet: 48, 63 and 08. RGB value is (72,99,8). Sum of RGB (Red+Green+Blue) = 72+99+8=179 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.22% from 179); Green value is 99 (39.06% from 255 or 55.31% from 179); Blue value is 8 (3.52% from 255 or 4.47% from 179); Max value from RGB is 99 - color contains mainly: green. Hex color #486308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486308 is #B79CF7. Grayscale: #505050. Windows color (decimal): -12033272 or 549704. OLE color: 549704.

HSL color Cylindrical-coordinate representation of color #486308: hue angle of 77.8º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #486308 is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB72998-
CMYK0.2700.920.61
HSL77.8º85.05%20.98%-
HSV(B)77.8º91.92%38.82%-
XYZ7.1810.321.84-
YUV80.5587.05121.9-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.22%
GREEN value IS 99 (39.06% from 255) = 55.31%
BLUE value IS 8 (3.52% from 255) = 4.47%
R=40.22%
G=55.31%
B=4.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal729980.2700.920.6177.885.0520.98
Hex486381B05C3D4e5515
Octal110143103301347511612525
Binary10010001100011100011011010111001111011001110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486308; }

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

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

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

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

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

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

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

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