Html Css Color HEX #57685F Viridian Green

📋 copy color: '#57685F'

red 87 ◦ green 104 ◦ blue 95

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

Shades of Viridian Green #57685F

Tints of Viridian Green #57685F

RGB

 RED value IS 87 (34.38% from 255) = 30.42%

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

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

R = 30.42%
G = 36.36%
B = 33.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#57685F (or 0x57685F) is known color: Viridian Green. HEX triplet: 57, 68 and 5F. RGB value is (87,104,95). Sum of RGB (Red+Green+Blue) = 87+104+95=286 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.42% from 286); Green value is 104 (41.02% from 255 or 36.36% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 104 - color contains mainly: green. Hex color #57685F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57685F is #A897A0. Grayscale: #616161. Windows color (decimal): -11048865 or 6252631. OLE color: 6252631.

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

Color convert

RGB 87 104 95 -
CMYK 0.16 0 0.09 0.59
HSL 148.24º 0.09% 0.37% -
HSV(B) 148.24º 0.16% 0.41% -
XYZ 10.95 12.75 12.71 -
YUV 97.89 126.37 120.23 -
System Red Green Blue C M Y K H S L
Decimal 87 104 95 0.16 0 0.09 0.59 148.24 0.09 0.37
Hex 57 68 5F 10 0 9 3B 94 9 25
Octal 127 150 137 20 0 11 73 224 11 45
Binary 1010111 1101000 1011111 10000 0 1001 111011 10010100 1001 100101

Color Harmonies of #57685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57685F

Black with #57685F

Text Example


Text Example

White with #57685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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