#306503

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

Shades of Verdun Green #306503

Tints of Verdun Green #306503

Color information

#306503 (or 0x306503) is unknown color: approx Verdun Green. HEX triplet: 30, 65 and 03. RGB value is (48,101,3). Sum of RGB (Red+Green+Blue) = 48+101+3=152 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.58% from 152); Green value is 101 (39.84% from 255 or 66.45% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 101 - color contains mainly: green. Hex color #306503 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #306503 is #CF9AFC. Grayscale: #4A4A4A. Windows color (decimal): -13605629 or 222512. OLE color: 222512.

HSL color Cylindrical-coordinate representation of color #306503: hue angle of 92.45º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #306503 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.60.

Color convert

RGB481013-
CMYK0.5200.970.60
HSL92.45º94.23%20.39%-
HSV(B)92.45º97.03%39.61%-
XYZ5.899.941.69-
YUV73.9887.94109.47-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.58%
GREEN value IS 101 (39.84% from 255) = 66.45%
BLUE value IS 3 (1.56% from 255) = 1.97%
R=31.58%
G=66.45%
B=1.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal4810130.5200.970.6092.4594.2320.39
Hex30653340613C5c5e14
Octal6014536401417413413624
Binary110000110010111110100011000011111001011100101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306503; }

 p { color: rgb(48,101,3); }

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

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

 a { background-color: rgb(48,101,3); }

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

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

 span { border-color: rgb(48,101,3); }

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