Html Css Color HEX #56685F Viridian Green

📋 copy color: '#56685F'

red 86 ◦ green 104 ◦ blue 95

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

Shades of Viridian Green #56685F

Tints of Viridian Green #56685F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.33%

R = 30.18%
G = 36.49%
B = 33.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#56685F (or 0x56685F) is known color: Viridian Green. HEX triplet: 56, 68 and 5F. RGB value is (86,104,95). Sum of RGB (Red+Green+Blue) = 86+104+95=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 104 (41.02% from 255 or 36.49% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 104 - color contains mainly: green. Hex color #56685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56685F is #A997A0. Grayscale: #616161. Windows color (decimal): -11114401 or 6252630. OLE color: 6252630.

HSL color Cylindrical-coordinate representation of color #56685F: hue angle of 150º 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 #56685F is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 104 95 -
CMYK 0.17 0 0.09 0.59
HSL 150º 0.09% 0.37% -
HSV(B) 150º 0.17% 0.41% -
XYZ 10.85 12.71 12.71 -
YUV 97.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 86 104 95 0.17 0 0.09 0.59 150 0.09 0.37
Hex 56 68 5F 11 0 9 3B 96 9 25
Octal 126 150 137 21 0 11 73 226 11 45
Binary 1010110 1101000 1011111 10001 0 1001 111011 10010110 1001 100101

Color Harmonies of #56685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56685F

Black with #56685F

Text Example


Text Example

White with #56685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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