#5A6202

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

Shades of Verdun Green #5A6202

Tints of Verdun Green #5A6202

Color information

#5A6202 (or 0x5A6202) is unknown color: approx Verdun Green. HEX triplet: 5A, 62 and 02. RGB value is (90,98,2). Sum of RGB (Red+Green+Blue) = 90+98+2=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 98 (38.67% from 255 or 51.58% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 98 - color contains mainly: green. Hex color #5A6202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6202 is #A59DFD. Grayscale: #555555. Windows color (decimal): -10853886 or 156250. OLE color: 156250.

HSL color Cylindrical-coordinate representation of color #5A6202: hue angle of 65º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A6202 is Cyan = 0.08, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.

Color convert

RGB90982-
CMYK0.0800.980.62
HSL65º96%19.61%-
HSV(B)65º97.96%38.43%-
XYZ8.610.911.71-
YUV84.6681.35131.81-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.37%
GREEN value IS 98 (38.67% from 255) = 51.58%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=47.37%
G=51.58%
B=1.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal909820.0800.980.62659619.61
Hex5A62280623E416014
Octal13214221001427610114024
Binary10110101100010101000011000101111101000001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A6202; }

 p { color: rgb(90,98,2); }

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

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

 a { background-color: rgb(90,98,2); }

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

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

 span { border-color: rgb(90,98,2); }

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