#306201

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

Shades of Verdun Green #306201

Tints of Verdun Green #306201

Color information

#306201 (or 0x306201) is unknown color: approx Verdun Green. HEX triplet: 30, 62 and 01. RGB value is (48,98,1). Sum of RGB (Red+Green+Blue) = 48+98+1=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 98 (38.67% from 255 or 66.67% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 98 - color contains mainly: green. Hex color #306201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306201 is #CF9DFE. Grayscale: #484848. Windows color (decimal): -13606399 or 90672. OLE color: 90672.

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

Color convert

RGB48981-
CMYK0.5100.990.62
HSL90.93º97.98%19.41%-
HSV(B)90.93º98.98%38.43%-
XYZ5.599.371.54-
YUV71.9987.94110.89-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 98 (38.67% from 255) = 66.67%
BLUE value IS 1 (0.78% from 255) = 0.68%
R=32.65%
G=66.67%
B=0.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal489810.5100.990.6290.9397.9819.41
Hex30621330633E5b6213
Octal6014216301437613314223
Binary11000011000101110011011000111111101011011110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306201; }

 p { color: rgb(48,98,1); }

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

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

 a { background-color: rgb(48,98,1); }

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

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

 span { border-color: rgb(48,98,1); }

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