#305B09

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

Shades of Verdun Green #305B09

Tints of Verdun Green #305B09

Color information

#305B09 (or 0x305B09) is unknown color: approx Verdun Green. HEX triplet: 30, 5B and 09. RGB value is (48,91,9). Sum of RGB (Red+Green+Blue) = 48+91+9=148 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.43% from 148); Green value is 91 (35.94% from 255 or 61.49% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 91 - color contains mainly: green. Hex color #305B09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305B09 is #CFA4F6. Grayscale: #454545. Windows color (decimal): -13608183 or 613168. OLE color: 613168.

HSL color Cylindrical-coordinate representation of color #305B09: hue angle of 91.46º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #305B09 is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB48919-
CMYK0.4700.900.64
HSL91.46º82%19.61%-
HSV(B)91.46º90.11%35.69%-
XYZ5.018.131.56-
YUV68.7994.25113.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.43%
GREEN value IS 91 (35.94% from 255) = 61.49%
BLUE value IS 9 (3.91% from 255) = 6.08%
R=32.43%
G=61.49%
B=6.08%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal489190.4700.900.6491.468219.61
Hex305B92F05A405b5214
Octal601331157013210013312224
Binary110000101101110011011110101101010000001011011101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,91,9); }

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

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

 a { background-color: rgb(48,91,9); }

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

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

 span { border-color: rgb(48,91,9); }

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