#3D5656

Color #3D5656 Oracle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oracle #3D5656

Tints of Oracle #3D5656

Color information

#3D5656 (or 0x3D5656) is unknown color: approx Oracle. HEX triplet: 3D, 56 and 56. RGB value is (61,86,86). Sum of RGB (Red+Green+Blue) = 61+86+86=233 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.18% from 233); Green value is 86 (33.98% from 255 or 36.91% from 233); Blue value is 86 (33.98% from 255 or 36.91% from 233); Max value from RGB is 86 - color contains mainly: green, blue. Hex color #3D5656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5656 is #C2A9A9. Grayscale: #4E4E4E. Windows color (decimal): -12757418 or 5658173. OLE color: 5658173.

HSL color Cylindrical-coordinate representation of color #3D5656: hue angle of 180º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3D5656 is Cyan = 0.29, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB618686-
CMYK0.29000.66
HSL180º17.01%28.82%-
HSV(B)180º29.07%33.73%-
XYZ6.938.3210.04-
YUV78.53132.22115.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.18%
GREEN value IS 86 (33.98% from 255) = 36.91%
BLUE value IS 86 (33.98% from 255) = 36.91%
R=26.18%
G=36.91%
B=36.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6186860.29000.6618017.0128.82
Hex3D56561D0042b4111d
Octal7512612635001022642135
Binary1111011010110101011011101001000010101101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D5656; }

 p { color: rgb(61,86,86); }

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

<style>
 a { background-color: #3D5656; }

 a { background-color: rgb(61,86,86); }

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

<style>
 span { border-color: #3D5656; }

 span { border-color: rgb(61,86,86); }

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