#55635F

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

Shades of Viridian Green #55635F

Tints of Viridian Green #55635F

Color information

#55635F (or 0x55635F) is unknown color: approx Viridian Green. HEX triplet: 55, 63 and 5F. RGB value is (85,99,95). Sum of RGB (Red+Green+Blue) = 85+99+95=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 99 - color contains mainly: green. Hex color #55635F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55635F is #AA9CA0. Grayscale: #5E5E5E. Windows color (decimal): -11181217 or 6251349. OLE color: 6251349.

HSL color Cylindrical-coordinate representation of color #55635F: hue angle of 162.86º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #55635F is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB859995-
CMYK0.1400.040.61
HSL162.86º7.61%36.08%-
HSV(B)162.86º14.14%38.82%-
XYZ10.2711.6812.54-
YUV94.36128.36121.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 95 (37.5% from 255) = 34.05%
R=30.47%
G=35.48%
B=34.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8599950.1400.040.61162.867.6136.08
Hex55635FE043Da3824
Octal1251431371604752431044
Binary10101011100011101111111100100111101101000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55635F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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