#305703

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

Shades of Verdun Green #305703

Tints of Verdun Green #305703

Color information

#305703 (or 0x305703) is unknown color: approx Verdun Green. HEX triplet: 30, 57 and 03. RGB value is (48,87,3). Sum of RGB (Red+Green+Blue) = 48+87+3=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 87 (34.38% from 255 or 63.04% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 87 - color contains mainly: green. Hex color #305703 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305703 is #CFA8FC. Grayscale: #424242. Windows color (decimal): -13609213 or 218928. OLE color: 218928.

HSL color Cylindrical-coordinate representation of color #305703: hue angle of 87.86º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #305703 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.66.

Color convert

RGB48873-
CMYK0.4500.970.66
HSL87.86º93.33%17.65%-
HSV(B)87.86º96.55%34.12%-
XYZ4.647.451.28-
YUV65.7692.58115.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 34.78%
GREEN value IS 87 (34.38% from 255) = 63.04%
BLUE value IS 3 (1.56% from 255) = 2.17%
R=34.78%
G=63.04%
B=2.17%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal488730.4500.970.6687.8693.3317.65
Hex305732D06142585d12
Octal60127355014110213013522
Binary1100001010111111011010110000110000101011000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305703; }

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

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

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

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

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

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

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

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