Html Css Color HEX #56685E Viridian Green

📋 copy color: '#56685E'

red 86 ◦ green 104 ◦ blue 94

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

Shades of Viridian Green #56685E

Tints of Viridian Green #56685E

RGB

 RED value IS 86 (33.98% from 255) = 30.28%

 GREEN value IS 104 (41.02% from 255) = 36.62%

 BLUE value IS 94 (37.11% from 255) = 33.1%

R = 30.28%
G = 36.62%
B = 33.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#56685E (or 0x56685E) is known color: Viridian Green. HEX triplet: 56, 68 and 5E. RGB value is (86,104,94). Sum of RGB (Red+Green+Blue) = 86+104+94=284 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.28% from 284); Green value is 104 (41.02% from 255 or 36.62% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 104 - color contains mainly: green. Hex color #56685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56685E is #A997A1. Grayscale: #616161. Windows color (decimal): -11114402 or 6187094. OLE color: 6187094.

HSL color Cylindrical-coordinate representation of color #56685E: hue angle of 146.67º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #56685E is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 104 94 -
CMYK 0.17 0 0.10 0.59
HSL 146.67º 0.09% 0.37% -
HSV(B) 146.67º 0.17% 0.41% -
XYZ 10.81 12.69 12.47 -
YUV 97.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 86 104 94 0.17 0 0.10 0.59 146.67 0.09 0.37
Hex 56 68 5E 11 0 A 3B 93 9 25
Octal 126 150 136 21 0 12 73 223 11 45
Binary 1010110 1101000 1011110 10001 0 1010 111011 10010011 1001 100101

Color Harmonies of #56685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56685E

Black with #56685E

Text Example


Text Example

White with #56685E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56685E; }

 p { color: rgb(86,104,94); }

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

background-color css

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

 a { background-color: rgb(86,104,94); }

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

border-color css

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

 span { border-color: rgb(86,104,94); }

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