#476308

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

Shades of Verdun Green #476308

Tints of Verdun Green #476308

Color information

#476308 (or 0x476308) is unknown color: approx Verdun Green. HEX triplet: 47, 63 and 08. RGB value is (71,99,8). Sum of RGB (Red+Green+Blue) = 71+99+8=178 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.89% from 178); Green value is 99 (39.06% from 255 or 55.62% from 178); Blue value is 8 (3.52% from 255 or 4.49% from 178); Max value from RGB is 99 - color contains mainly: green. Hex color #476308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476308 is #B89CF7. Grayscale: #505050. Windows color (decimal): -12098808 or 549703. OLE color: 549703.

HSL color Cylindrical-coordinate representation of color #476308: hue angle of 78.46º 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 #476308 is Cyan = 0.28, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.61.

Color convert

RGB71998-
CMYK0.2800.920.61
HSL78.46º85.05%20.98%-
HSV(B)78.46º91.92%38.82%-
XYZ7.110.281.84-
YUV80.2587.22121.4-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 39.89%
GREEN value IS 99 (39.06% from 255) = 55.62%
BLUE value IS 8 (3.52% from 255) = 4.49%
R=39.89%
G=55.62%
B=4.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal719980.2800.920.6178.4685.0520.98
Hex476381C05C3D4e5515
Octal107143103401347511612525
Binary10001111100011100011100010111001111011001110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #476308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #476308; }

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

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

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

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

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

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

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

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