Html Css Color HEX #5A6305 Verdun Green

📋 copy color: '#5A6305'

red 90 ◦ green 99 ◦ blue 5

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

Shades of Verdun Green #5A6305

Tints of Verdun Green #5A6305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.58%

R = 46.39%
G = 51.03%
B = 2.58%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.61

RGB Variations

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

Color information

#5A6305 (or 0x5A6305) is known color: Verdun Green. HEX triplet: 5A, 63 and 05. RGB value is (90,99,5). Sum of RGB (Red+Green+Blue) = 90+99+5=194 (25% of max value = 765). Red value is 90 (35.55% from 255 or 46.39% from 194); Green value is 99 (39.06% from 255 or 51.03% from 194); Blue value is 5 (2.34% from 255 or 2.58% from 194); Max value from RGB is 99 - color contains mainly: green. Hex color #5A6305 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A6305 is #A59CFA. Grayscale: #555555. Windows color (decimal): -10853627 or 353114. OLE color: 353114.

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

Color convert

RGB 90 99 5 -
CMYK 0.09 0 0.95 0.61
HSL 65.74º 0.9% 0.2% -
HSV(B) 65.74º 0.95% 0.39% -
XYZ 8.71 11.11 1.83 -
YUV 85.59 82.52 131.14 -
System Red Green Blue C M Y K H S L
Decimal 90 99 5 0.09 0 0.95 0.61 65.74 0.9 0.2
Hex 5A 63 5 9 0 5F 3D 42 5A 14
Octal 132 143 5 11 0 137 75 102 132 24
Binary 1011010 1100011 101 1001 0 1011111 111101 1000010 1011010 10100

Color Harmonies of #5A6305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6305

Black with #5A6305

Text Example


Text Example

White with #5A6305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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