Html Css Color HEX #55685E Viridian Green

📋 copy color: '#55685E'

red 85 ◦ green 104 ◦ blue 94

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

Shades of Viridian Green #55685E

Tints of Viridian Green #55685E

RGB

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

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

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

R = 30.04%
G = 36.75%
B = 33.22%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#55685E (or 0x55685E) is known color: Viridian Green. HEX triplet: 55, 68 and 5E. RGB value is (85,104,94). Sum of RGB (Red+Green+Blue) = 85+104+94=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 104 (41.02% from 255 or 36.75% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 104 - color contains mainly: green. Hex color #55685E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55685E is #AA97A1. Grayscale: #616161. Windows color (decimal): -11179938 or 6187093. OLE color: 6187093.

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

Color convert

RGB 85 104 94 -
CMYK 0.18 0 0.10 0.59
HSL 148.42º 0.1% 0.37% -
HSV(B) 148.42º 0.18% 0.41% -
XYZ 10.72 12.64 12.46 -
YUV 97.18 126.21 119.31 -
System Red Green Blue C M Y K H S L
Decimal 85 104 94 0.18 0 0.10 0.59 148.42 0.1 0.37
Hex 55 68 5E 12 0 A 3B 94 A 25
Octal 125 150 136 22 0 12 73 224 12 45
Binary 1010101 1101000 1011110 10010 0 1010 111011 10010100 1010 100101

Color Harmonies of #55685E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55685E

Black with #55685E

Text Example


Text Example

White with #55685E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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