#305D04

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

Shades of Verdun Green #305D04

Tints of Verdun Green #305D04

Color information

#305D04 (or 0x305D04) is unknown color: approx Verdun Green. HEX triplet: 30, 5D and 04. RGB value is (48,93,4). Sum of RGB (Red+Green+Blue) = 48+93+4=145 (19% of max value = 765). Red value is 48 (19.14% from 255 or 33.10% from 145); Green value is 93 (36.72% from 255 or 64.14% from 145); Blue value is 4 (1.95% from 255 or 2.76% from 145); Max value from RGB is 93 - color contains mainly: green. Hex color #305D04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305D04 is #CFA2FB. Grayscale: #454545. Windows color (decimal): -13607676 or 286000. OLE color: 286000.

HSL color Cylindrical-coordinate representation of color #305D04: hue angle of 90.34º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #305D04 is Cyan = 0.48, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.64.

Color convert

RGB48934-
CMYK0.4800.960.64
HSL90.34º91.75%19.02%-
HSV(B)90.34º95.7%36.47%-
XYZ5.168.471.48-
YUV69.491.09112.74-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 33.10%
GREEN value IS 93 (36.72% from 255) = 64.14%
BLUE value IS 4 (1.95% from 255) = 2.76%
R=33.10%
G=64.14%
B=2.76%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal489340.4800.960.6490.3491.7519.02
Hex305D430060405a5c13
Octal60135460014010013213423
Binary11000010111011001100000110000010000001011010101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305D04; }

 p { color: rgb(48,93,4); }

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

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

 a { background-color: rgb(48,93,4); }

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

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

 span { border-color: rgb(48,93,4); }

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