#305602

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

Shades of Verdun Green #305602

Tints of Verdun Green #305602

Color information

#305602 (or 0x305602) is unknown color: approx Verdun Green. HEX triplet: 30, 56 and 02. RGB value is (48,86,2). Sum of RGB (Red+Green+Blue) = 48+86+2=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 86 (33.98% from 255 or 63.24% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 86 - color contains mainly: green. Hex color #305602 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #305602 is #CFA9FD. Grayscale: #414141. Windows color (decimal): -13609470 or 153136. OLE color: 153136.

HSL color Cylindrical-coordinate representation of color #305602: hue angle of 87.14º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #305602 is Cyan = 0.44, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.66.

Color convert

RGB48862-
CMYK0.4400.980.66
HSL87.14º95.45%17.25%-
HSV(B)87.14º97.67%33.73%-
XYZ4.567.291.22-
YUV65.0692.41115.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 35.29%
GREEN value IS 86 (33.98% from 255) = 63.24%
BLUE value IS 2 (1.17% from 255) = 1.47%
R=35.29%
G=63.24%
B=1.47%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal488620.4400.980.6687.1495.4517.25
Hex305622C06242575f11
Octal60126254014210212713721
Binary1100001010110101011000110001010000101010111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #305602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #305602; }

 p { color: rgb(48,86,2); }

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

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

 a { background-color: rgb(48,86,2); }

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

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

 span { border-color: rgb(48,86,2); }

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