#306108

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

Shades of Verdun Green #306108

Tints of Verdun Green #306108

Color information

#306108 (or 0x306108) is unknown color: approx Verdun Green. HEX triplet: 30, 61 and 08. RGB value is (48,97,8). Sum of RGB (Red+Green+Blue) = 48+97+8=153 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.37% from 153); Green value is 97 (38.28% from 255 or 63.40% from 153); Blue value is 8 (3.52% from 255 or 5.23% from 153); Max value from RGB is 97 - color contains mainly: green. Hex color #306108 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306108 is #CF9EF7. Grayscale: #484848. Windows color (decimal): -13606648 or 549168. OLE color: 549168.

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

Color convert

RGB48978-
CMYK0.5100.920.62
HSL93.03º84.76%20.59%-
HSV(B)93.03º91.75%38.04%-
XYZ5.549.21.71-
YUV72.291.77110.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.37%
GREEN value IS 97 (38.28% from 255) = 63.40%
BLUE value IS 8 (3.52% from 255) = 5.23%
R=31.37%
G=63.40%
B=5.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal489780.5100.920.6293.0384.7620.59
Hex306183305C3E5d5515
Octal60141106301347613512525
Binary11000011000011000110011010111001111101011101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306108; }

 p { color: rgb(48,97,8); }

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

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

 a { background-color: rgb(48,97,8); }

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

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

 span { border-color: rgb(48,97,8); }

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