Html Css Color HEX #55615D Viridian Green

📋 copy color: '#55615D'

red 85 ◦ green 97 ◦ blue 93

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

Shades of Viridian Green #55615D

Tints of Viridian Green #55615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.27%

 BLUE value IS 93 (36.72% from 255) = 33.82%

R = 30.91%
G = 35.27%
B = 33.82%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#55615D (or 0x55615D) is known color: Viridian Green. HEX triplet: 55, 61 and 5D. RGB value is (85,97,93). Sum of RGB (Red+Green+Blue) = 85+97+93=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 97 (38.28% from 255 or 35.27% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 97 - color contains mainly: green. Hex color #55615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55615D is #AA9EA2. Grayscale: #5C5C5C. Windows color (decimal): -11181731 or 6119765. OLE color: 6119765.

HSL color Cylindrical-coordinate representation of color #55615D: hue angle of 160º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #55615D is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 97 93 -
CMYK 0.12 0 0.04 0.62
HSL 160º 0.07% 0.36% -
HSV(B) 160º 0.12% 0.38% -
XYZ 10 11.27 12 -
YUV 92.96 128.02 122.33 -
System Red Green Blue C M Y K H S L
Decimal 85 97 93 0.12 0 0.04 0.62 160 0.07 0.36
Hex 55 61 5D C 0 4 3E A0 7 24
Octal 125 141 135 14 0 4 76 240 7 44
Binary 1010101 1100001 1011101 1100 0 100 111110 10100000 111 100100

Color Harmonies of #55615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55615D

Black with #55615D

Text Example


Text Example

White with #55615D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55615D; }

 p { color: rgb(85,97,93); }

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

background-color css

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

 a { background-color: rgb(85,97,93); }

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

border-color css

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

 span { border-color: rgb(85,97,93); }

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