#486305

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

Shades of Verdun Green #486305

Tints of Verdun Green #486305

Color information

#486305 (or 0x486305) is unknown color: approx Verdun Green. HEX triplet: 48, 63 and 05. RGB value is (72,99,5). Sum of RGB (Red+Green+Blue) = 72+99+5=176 (23% of max value = 765). Red value is 72 (28.52% from 255 or 40.91% from 176); Green value is 99 (39.06% from 255 or 56.25% from 176); Blue value is 5 (2.34% from 255 or 2.84% from 176); Max value from RGB is 99 - color contains mainly: green. Hex color #486305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #486305 is #B79CFA. Grayscale: #505050. Windows color (decimal): -12033275 or 353096. OLE color: 353096.

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

Color convert

RGB72995-
CMYK0.2700.950.61
HSL77.23º90.38%20.39%-
HSV(B)77.23º94.95%38.82%-
XYZ7.1610.311.76-
YUV80.2185.55122.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 40.91%
GREEN value IS 99 (39.06% from 255) = 56.25%
BLUE value IS 5 (2.34% from 255) = 2.84%
R=40.91%
G=56.25%
B=2.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal729950.2700.950.6177.2390.3820.39
Hex486351B05F3D4d5a14
Octal11014353301377511513224
Binary1001000110001110111011010111111111011001101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #486305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #486305; }

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

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

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

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

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

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

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

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