Html Css Color HEX #5A580C Verdun Green

📋 copy color: '#5A580C'

red 90 ◦ green 88 ◦ blue 12

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

Shades of Verdun Green #5A580C

Tints of Verdun Green #5A580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 46.32%

 BLUE value IS 12 (5.08% from 255) = 6.32%

R = 47.37%
G = 46.32%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.87

 K value IS 0.65

RGB Variations

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

Color information

#5A580C (or 0x5A580C) is known color: Verdun Green. HEX triplet: 5A, 58 and 0C. RGB value is (90,88,12). Sum of RGB (Red+Green+Blue) = 90+88+12=190 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.37% from 190); Green value is 88 (34.77% from 255 or 46.32% from 190); Blue value is 12 (5.08% from 255 or 6.32% from 190); Max value from RGB is 90 - color contains mainly: red. Hex color #5A580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A580C is #A5A7F3. Grayscale: #505050. Windows color (decimal): -10856436 or 809050. OLE color: 809050.

HSL color Cylindrical-coordinate representation of color #5A580C: hue angle of 58.46º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A580C is Cyan = 0, Magento = 0.02, Yellow = 0.87 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 88 12 -
CMYK 0 0.02 0.87 0.65
HSL 58.46º 0.76% 0.2% -
HSV(B) 58.46º 0.87% 0.35% -
XYZ 7.77 9.18 1.71 -
YUV 79.93 89.66 135.18 -
System Red Green Blue C M Y K H S L
Decimal 90 88 12 0 0.02 0.87 0.65 58.46 0.76 0.2
Hex 5A 58 C 0 2 57 41 3A 4C 14
Octal 132 130 14 0 2 127 101 72 114 24
Binary 1011010 1011000 1100 0 10 1010111 1000001 111010 1001100 10100

Color Harmonies of #5A580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A580C

Black with #5A580C

Text Example


Text Example

White with #5A580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,88,12); }

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

background-color css

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

 a { background-color: rgb(90,88,12); }

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

border-color css

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

 span { border-color: rgb(90,88,12); }

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