#3D6561

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

Shades of Oracle #3D6561

Tints of Oracle #3D6561

Color information

#3D6561 (or 0x3D6561) is unknown color: approx Oracle. HEX triplet: 3D, 65 and 61. RGB value is (61,101,97). Sum of RGB (Red+Green+Blue) = 61+101+97=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 97 (38.28% from 255 or 37.45% from 259); Max value from RGB is 101 - color contains mainly: green. Hex color #3D6561 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6561 is #C29A9E. Grayscale: #585858. Windows color (decimal): -12753567 or 6382909. OLE color: 6382909.

HSL color Cylindrical-coordinate representation of color #3D6561: hue angle of 174º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D6561 is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.

Color convert

RGB6110197-
CMYK0.4000.040.60
HSL174º24.69%31.76%-
HSV(B)174º39.6%39.61%-
XYZ8.7411.1613-
YUV88.58132.75108.33-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.55%
GREEN value IS 101 (39.84% from 255) = 39.00%
BLUE value IS 97 (38.28% from 255) = 37.45%
R=23.55%
G=39.00%
B=37.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal61101970.4000.040.6017424.6931.76
Hex3D656128043Cae1920
Octal751451415004742563140
Binary1111011100101110000110100001001111001010111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D6561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,101,97); }

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

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

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

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

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

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

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