#55675F

Color #55675F Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #55675F

Tints of Viridian Green #55675F

Color information

#55675F (or 0x55675F) is unknown color: approx Viridian Green. HEX triplet: 55, 67 and 5F. RGB value is (85,103,95). Sum of RGB (Red+Green+Blue) = 85+103+95=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 103 (40.62% from 255 or 36.40% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 103 - color contains mainly: green. Hex color #55675F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55675F is #AA98A0. Grayscale: #606060. Windows color (decimal): -11180193 or 6252373. OLE color: 6252373.

HSL color Cylindrical-coordinate representation of color #55675F: hue angle of 153.33º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #55675F is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB8510395-
CMYK0.1700.080.60
HSL153.33º9.57%36.86%-
HSV(B)153.33º17.48%40.39%-
XYZ10.6612.4612.67-
YUV96.71127.04119.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 103 (40.62% from 255) = 36.40%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=30.04%
G=36.40%
B=33.57%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85103950.1700.080.60153.339.5736.86
Hex55675F11083C99a25
Octal12514713721010742311245
Binary1010101110011110111111000101000111100100110011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55675F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,103,95); }

 H1.HeaderClassName
 {
   color: #55675F;
 }
 .AnyTagClassName
 {
   color: #55675F;
 }
</style>
background-color css

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

 a { background-color: rgb(85,103,95); }

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

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

 span { border-color: rgb(85,103,95); }

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