#5A5D07

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

Shades of Verdun Green #5A5D07

Tints of Verdun Green #5A5D07

Color information

#5A5D07 (or 0x5A5D07) is unknown color: approx Verdun Green. HEX triplet: 5A, 5D and 07. RGB value is (90,93,7). Sum of RGB (Red+Green+Blue) = 90+93+7=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 93 (36.72% from 255 or 48.95% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 93 - color contains mainly: green. Hex color #5A5D07 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A5D07 is #A5A2F8. Grayscale: #525252. Windows color (decimal): -10855161 or 482650. OLE color: 482650.

HSL color Cylindrical-coordinate representation of color #5A5D07: hue angle of 62.09º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A5D07 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.64.

Color convert

RGB90937-
CMYK0.0300.920.64
HSL62.09º86%19.61%-
HSV(B)62.09º92.47%36.47%-
XYZ8.1710.021.7-
YUV82.385.51133.49-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 47.37%
GREEN value IS 93 (36.72% from 255) = 48.95%
BLUE value IS 7 (3.12% from 255) = 3.68%
R=47.37%
G=48.95%
B=3.68%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal909370.0300.920.6462.098619.61
Hex5A5D7305C403e5614
Octal1321357301341007612624
Binary1011010101110111111010111001000000111110101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,93,7); }

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

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

 a { background-color: rgb(90,93,7); }

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

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

 span { border-color: rgb(90,93,7); }

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