Html Css Color HEX #5A6301 Verdun Green

📋 copy color: '#5A6301'

red 90 ◦ green 99 ◦ blue 1

#5A6301
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #5A6301

Tints of Verdun Green #5A6301

RGB

 RED value IS 90 (35.55% from 255) = 47.37%

 GREEN value IS 99 (39.06% from 255) = 52.11%

 BLUE value IS 1 (0.78% from 255) = 0.53%

R = 47.37%
G = 52.11%
B = 0.53%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.99

 K value IS 0.61

RGB Variations

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

Color information

#5A6301 (or 0x5A6301) is known color: Verdun Green. HEX triplet: 5A, 63 and 01. RGB value is (90,99,1). Sum of RGB (Red+Green+Blue) = 90+99+1=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 99 (39.06% from 255 or 52.11% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 99 - color contains mainly: green. Hex color #5A6301 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6301 is #A59CFE. Grayscale: #555555. Windows color (decimal): -10853631 or 90970. OLE color: 90970.

HSL color Cylindrical-coordinate representation of color #5A6301: hue angle of 65.51º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A6301 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB 90 99 1 -
CMYK 0.09 0 0.99 0.61
HSL 65.51º 0.98% 0.2% -
HSV(B) 65.51º 0.99% 0.39% -
XYZ 8.68 11.1 1.71 -
YUV 85.14 80.52 131.47 -
System Red Green Blue C M Y K H S L
Decimal 90 99 1 0.09 0 0.99 0.61 65.51 0.98 0.2
Hex 5A 63 1 9 0 63 3D 42 62 14
Octal 132 143 1 11 0 143 75 102 142 24
Binary 1011010 1100011 1 1001 0 1100011 111101 1000010 1100010 10100

Color Harmonies of #5A6301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6301

Black with #5A6301

Text Example


Text Example

White with #5A6301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,99,1); }

 H1.HeaderClassName
 {
   color: #5A6301;
 }
 .AnyTagClassName
 {
   color: #5A6301;
 }
</style>

background-color css

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

 a { background-color: rgb(90,99,1); }

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

border-color css

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

 span { border-color: rgb(90,99,1); }

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