#306305

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

Shades of Verdun Green #306305

Tints of Verdun Green #306305

Color information

#306305 (or 0x306305) is unknown color: approx Verdun Green. HEX triplet: 30, 63 and 05. RGB value is (48,99,5). Sum of RGB (Red+Green+Blue) = 48+99+5=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 99 (39.06% from 255 or 65.13% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 99 - color contains mainly: green. Hex color #306305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306305 is #CF9CFA. Grayscale: #494949. Windows color (decimal): -13606139 or 353072. OLE color: 353072.

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

Color convert

RGB48995-
CMYK0.5200.950.61
HSL92.55º90.38%20.39%-
HSV(B)92.55º94.95%38.82%-
XYZ5.719.561.69-
YUV73.0489.6110.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.58%
GREEN value IS 99 (39.06% from 255) = 65.13%
BLUE value IS 5 (2.34% from 255) = 3.29%
R=31.58%
G=65.13%
B=3.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal489950.5200.950.6192.5590.3820.39
Hex306353405F3D5d5a14
Octal6014356401377513513224
Binary1100001100011101110100010111111111011011101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306305; }

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

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

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

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

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

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

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

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