#30590A

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

Shades of Verdun Green #30590A

Tints of Verdun Green #30590A

Color information

#30590A (or 0x30590A) is unknown color: approx Verdun Green. HEX triplet: 30, 59 and 0A. RGB value is (48,89,10). Sum of RGB (Red+Green+Blue) = 48+89+10=147 (19% of max value = 765). Red value is 48 (19.14% from 255 or 32.65% from 147); Green value is 89 (35.16% from 255 or 60.54% from 147); Blue value is 10 (4.30% from 255 or 6.80% from 147); Max value from RGB is 89 - color contains mainly: green. Hex color #30590A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #30590A is #CFA6F5. Grayscale: #444444. Windows color (decimal): -13608694 or 678192. OLE color: 678192.

HSL color Cylindrical-coordinate representation of color #30590A: hue angle of 91.14º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #30590A is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.

Color convert

RGB488910-
CMYK0.4600.890.65
HSL91.14º79.8%19.41%-
HSV(B)91.14º88.76%34.9%-
XYZ4.857.81.54-
YUV67.7495.42113.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 32.65%
GREEN value IS 89 (35.16% from 255) = 60.54%
BLUE value IS 10 (4.30% from 255) = 6.80%
R=32.65%
G=60.54%
B=6.80%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4889100.4600.890.6591.1479.819.41
Hex3059A2E059415b5013
Octal601311256013110113312023
Binary110000101100110101011100101100110000011011011101000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30590A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30590A; }

 p { color: rgb(48,89,10); }

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

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

 a { background-color: rgb(48,89,10); }

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

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

 span { border-color: rgb(48,89,10); }

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