Html Css Color HEX #556413 Verdun Green

📋 copy color: '#556413'

red 85 ◦ green 100 ◦ blue 19

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

Shades of Verdun Green #556413

Tints of Verdun Green #556413

RGB

 RED value IS 85 (33.59% from 255) = 41.67%

 GREEN value IS 100 (39.45% from 255) = 49.02%

 BLUE value IS 19 (7.81% from 255) = 9.31%

R = 41.67%
G = 49.02%
B = 9.31%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#556413 (or 0x556413) is known color: Verdun Green. HEX triplet: 55, 64 and 13. RGB value is (85,100,19). Sum of RGB (Red+Green+Blue) = 85+100+19=204 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.67% from 204); Green value is 100 (39.45% from 255 or 49.02% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 100 - color contains mainly: green. Hex color #556413 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #556413 is #AA9BEC. Grayscale: #565656. Windows color (decimal): -11181037 or 1270869. OLE color: 1270869.

HSL color Cylindrical-coordinate representation of color #556413: hue angle of 71.11º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #556413 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 100 19 -
CMYK 0.15 0 0.81 0.61
HSL 71.11º 0.68% 0.23% -
HSV(B) 71.11º 0.81% 0.39% -
XYZ 8.42 11.09 2.31 -
YUV 86.28 90.03 127.09 -
System Red Green Blue C M Y K H S L
Decimal 85 100 19 0.15 0 0.81 0.61 71.11 0.68 0.23
Hex 55 64 13 F 0 51 3D 47 44 17
Octal 125 144 23 17 0 121 75 107 104 27
Binary 1010101 1100100 10011 1111 0 1010001 111101 1000111 1000100 10111

Color Harmonies of #556413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556413

Black with #556413

Text Example


Text Example

White with #556413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556413; }

 p { color: rgb(85,100,19); }

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

background-color css

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

 a { background-color: rgb(85,100,19); }

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

border-color css

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

 span { border-color: rgb(85,100,19); }

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