#3D5050

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

Shades of Oracle #3D5050

Tints of Oracle #3D5050

Color information

#3D5050 (or 0x3D5050) is unknown color: approx Oracle. HEX triplet: 3D, 50 and 50. RGB value is (61,80,80). Sum of RGB (Red+Green+Blue) = 61+80+80=221 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.60% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 80 (31.64% from 255 or 36.20% from 221); Max value from RGB is 80 - color contains mainly: green, blue. Hex color #3D5050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5050 is #C2AFAF. Grayscale: #4A4A4A. Windows color (decimal): -12758960 or 5263421. OLE color: 5263421.

HSL color Cylindrical-coordinate representation of color #3D5050: hue angle of 180º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #3D5050 is Cyan = 0.24, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB618080-
CMYK0.24000.69
HSL180º13.48%27.65%-
HSV(B)180º23.75%31.37%-
XYZ6.247.318.67-
YUV74.32131.21118.5-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 27.60%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 80 (31.64% from 255) = 36.20%
R=27.60%
G=36.20%
B=36.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6180800.24000.6918013.4827.65
Hex3D5050180045b4d1c
Octal7512012030001052641534
Binary111101101000010100001100000100010110110100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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